Add a GeoHeatmapAggregator for geo_shape fields and queries #20665
Labels
:Analytics/Aggregations
Aggregations
:Analytics/Geo
Indexing, search aggregations of geo points and shapes
discuss
>feature
Describe the feature:
There currently is not a way for ES to provide any kind of analysis over
geo_shape
fields. Lucene supports the creation of a heatmap at arbitrary granularity through itsHeatmapFacetCounter
. It was first used in Solr's facet mechanism, but it's usable by any Lucene application. This feature issue adds a metric aggregatorGeoHeatmapAggregator
to accomplish that.For example, an aggregation of:
Might produce output similar to:
The text was updated successfully, but these errors were encountered: