-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Docs: add clarification about geohash use in geohashgrid agg #36901
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Adds example on translating geohashes returned by geohashgrid agg as bucket keys into geo bounding box filters in elasticsearch as well as 3rd party applications. Closes elastic#36413
|
Pinging @elastic/es-analytics-geo |
polyfractal
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tiny comment which you can ignore if you like. LGTM!
I'm happy how small the JS snippet turned out to be :)
| -------------------------------------------------- | ||
| // TESTRESPONSE[s/\.\.\./"took": $body.took,"_shards": $body._shards,"hits":$body.hits,"timed_out":false,/] | ||
|
|
||
| For "zooming in" in the system that don't support geohashes, the bucket keys should be translated into bounding boxes using |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: perhaps For "zooming in" on systems that don't [...] ? The double "in" made me stumble reading it :)
|
Because #30698 is breaking and was merged only into 7.0, the first example can be only merged into 7.x. |
Adds an example on translating geohashes returned by geohashgrid agg as bucket keys into geo bounding box filters in elasticsearch as well as 3rd party applications. Closes #36413
Adds an example on translating geohashes returned by geohashgrid agg as bucket keys into geo bounding box filters in elasticsearch as well as 3rd party applications. Closes #36413
Adds example on translating geohashes returned by geohashgrid agg
as bucket keys into geo bounding box filters in elasticsearch as well
as 3rd party applications.
Closes #36413