Uses of Class
org.elasticsearch.search.aggregations.bucket.geogrid.InternalGeoGrid
-
Packages that use InternalGeoGrid Package Description org.elasticsearch.search.aggregations.bucket.geogrid -
-
Uses of InternalGeoGrid in org.elasticsearch.search.aggregations.bucket.geogrid
Classes in org.elasticsearch.search.aggregations.bucket.geogrid with type parameters of type InternalGeoGrid Modifier and Type Class Description classGeoGridAggregator<T extends InternalGeoGrid>Aggregates data expressed as longs (for efficiency's sake) but formats results as aggregation-specific strings.Subclasses of InternalGeoGrid in org.elasticsearch.search.aggregations.bucket.geogrid Modifier and Type Class Description classInternalGeoHashGridRepresents a grid of cells where each cell's location is determined by a geohash.classInternalGeoTileGridRepresents a grid of cells where each cell's location is determined by a geohash.Methods in org.elasticsearch.search.aggregations.bucket.geogrid that return InternalGeoGrid Modifier and Type Method Description InternalGeoGridGeoGridAggregator. buildAggregation(long owningBucketOrdinal)InternalGeoGridGeoGridAggregator. buildEmptyAggregation()InternalGeoGridInternalGeoHashGrid. create(List<InternalGeoGridBucket> buckets)InternalGeoGridInternalGeoTileGrid. create(List<InternalGeoGridBucket> buckets)InternalGeoGridInternalGeoGrid. doReduce(List<InternalAggregation> aggregations, InternalAggregation.ReduceContext reduceContext)
-