-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Analytics/GeoIndexing, search aggregations of geo points and shapesIndexing, search aggregations of geo points and shapes:Search/SearchSearch-related issues that do not fall into other categoriesSearch-related issues that do not fall into other categories>enhancementTeam:AnalyticsMeta label for analytical engine team (ESQL/Aggs/Geo)Meta label for analytical engine team (ESQL/Aggs/Geo)Team:SearchMeta label for search teamMeta label for search team
Description
In #59821 we added support for retrieving spatial values like geo points using the fields parameter. To keep the PR well-scoped, we adopted a simple but inefficient serialization strategy: parsed geometry object -> xContent -> simple Java object.
We plan to streamline the serialization by converting directly from geometry object -> simple Java object. It is important to avoid unnecessary conversions, as some geometry objects can be quite large (like polygons representing a complex boundary).
Relates to #55363.
Metadata
Metadata
Assignees
Labels
:Analytics/GeoIndexing, search aggregations of geo points and shapesIndexing, search aggregations of geo points and shapes:Search/SearchSearch-related issues that do not fall into other categoriesSearch-related issues that do not fall into other categories>enhancementTeam:AnalyticsMeta label for analytical engine team (ESQL/Aggs/Geo)Meta label for analytical engine team (ESQL/Aggs/Geo)Team:SearchMeta label for search teamMeta label for search team