-
Notifications
You must be signed in to change notification settings - Fork 38
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
[RFC] - Geo Hash Grid Aggregation on Geo Shape Field #193
Labels
aggregations
label for all the aggregations that are getting created in this repo
feature
geospatial
v2.9.0
v2.9.0
Comments
4 tasks
navneet1v
added
the
aggregations
label for all the aggregations that are getting created in this repo
label
Dec 5, 2022
5 tasks
The feature is pushed in the 2.x branch of OpenSearch core. |
@navneet1v is this part of 2.9? If not, can it be re-labeled with the target version? |
Only backend side of work will be released in 2.9. The front end side of work is not completed. |
@ohltyler I will this issue once 2.9 is released. There is frontend work but we will track it separately. |
Closing this RFC as the code is merged to 2.9 branch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
aggregations
label for all the aggregations that are getting created in this repo
feature
geospatial
v2.9.0
v2.9.0
The purpose of this RFC (request for comments) is to gather community feedback on a proposal to allow OpenSearch users to facilitate Geo Hash Grid Aggregations over the GeoShape data type. This RFC is in continuation with #84.
Geo Hash Grid Aggregation
GeoHash Grid is a multi-bucket aggregation which will grouping the GeoShapes into different buckets where each bucket represent the cells in a grid. Each cell is labeled using a geohash which is of user-definable precision. The working of the aggregation is very similar to GeoHash Grid geo points Aggregation but there is key difference. A geo_point(if it is not multi geo_point) is only present in one bucket, but the a geo_shape will be counted in all the geo hashes grid cells with which the shape is intersecting.
Aggregation Schema
Input Parmeters:
Example
Index Creation
Index Data
Run Aggregation
Output of Aggregation
References
The text was updated successfully, but these errors were encountered: