-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Support ST_CENTROID over points in ESQL #104656
Copy link
Copy link
Closed
Labels
:Analytics/ES|QLAKA ESQLAKA ESQL:Analytics/GeoIndexing, search aggregations of geo points and shapesIndexing, search aggregations of geo points and shapes>enhancementTeam:AnalyticsMeta label for analytical engine team (ESQL/Aggs/Geo)Meta label for analytical engine team (ESQL/Aggs/Geo)v8.13.0
Metadata
Metadata
Assignees
Labels
:Analytics/ES|QLAKA ESQLAKA ESQL:Analytics/GeoIndexing, search aggregations of geo points and shapesIndexing, search aggregations of geo points and shapes>enhancementTeam:AnalyticsMeta label for analytical engine team (ESQL/Aggs/Geo)Meta label for analytical engine team (ESQL/Aggs/Geo)v8.13.0
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
The first spatial aggregation in ESQL will demonstrate the use of extracting doc-values instead of source values for reading the field from lucene. This makes this aggregation a ground-breaker, leading the way for further aggregations. We suggest
ST_CENTROID, because it consumes points and generates a point, allowing this to not need support forgeo_shapegeometries, yet.