-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Doc values support for geo shapes. #37206
Copy link
Copy link
Closed
Labels
:Analytics/GeoIndexing, search aggregations of geo points and shapesIndexing, search aggregations of geo points and shapes>enhancementMetaTeam:AnalyticsMeta label for analytical engine team (ESQL/Aggs/Geo)Meta label for analytical engine team (ESQL/Aggs/Geo)release highlightv7.8.0v8.0.0-alpha1
Description
There are several features that we would like to add that require fast retrieval of geo shapes and can greatly benefit from having docvalues support for geo shapes.
This issue has gone through a lot of evolution, so this description is edited to reflect
the latest reality
The work for adding geo_shape support for geo_centroid, geo_bounds, geotile_grid, geohash_grid aggregations was accomplished in x-pack by way of the following PRs:
- geotile_grid/geohash_grid (Add geo_shape support for geotile_grid and geohash_grid #55966)
- geo_centroid (Add geo_shape support for the geo_centroid aggregation #55602)
- geo_bounds (Add geo_bounds aggregation support for geo_shape #55328)
This is achieved by implementing by migrating geo_shape mapper registration
to a module (#53562) and then defining the geo_shape with doc values in the spatial plugin (#55037)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
:Analytics/GeoIndexing, search aggregations of geo points and shapesIndexing, search aggregations of geo points and shapes>enhancementMetaTeam:AnalyticsMeta label for analytical engine team (ESQL/Aggs/Geo)Meta label for analytical engine team (ESQL/Aggs/Geo)release highlightv7.8.0v8.0.0-alpha1
Type
Fields
Give feedbackNo fields configured for issues without a type.