Package org.elasticsearch.search.aggregations.bucket.geogrid
package org.elasticsearch.search.aggregations.bucket.geogrid
-
InterfaceDescriptionA geo-grid aggregation.A bucket that is associated with a geo-grid cell.
-
ClassDescriptionGeoGridAggregator<T extends InternalGeoGrid>Aggregates data expressed as longs (for efficiency's sake) but formats results as aggregation-specific strings.Class to help convert
MultiGeoPointValues
to GeoHash bucketing.Aggregates data expressed as GeoHash longs (for efficiency's sake) but formats results as Geohash strings.Class to help convertMultiGeoPointValues
to GeoTile bucketing.Aggregates data expressed as geotile longs (for efficiency's sake) but formats results as geotile strings.Implements geotile key hashing, same as used by many map tile implementations.InternalGeoGrid<B extends InternalGeoGridBucket>Represents a grid of cells where each cell's location is determined by a specific geo hashing algorithm.InternalGeoGridBucket<B extends InternalGeoGridBucket>Represents a grid of cells where each cell's location is determined by a geohash.Represents a grid of cells where each cell's location is determined by a geohash.