Uses of Package
org.elasticsearch.search.aggregations.bucket.geogrid
-
Packages that use org.elasticsearch.search.aggregations.bucket.geogrid Package Description org.elasticsearch.search.aggregations.bucket.geogrid -
Classes in org.elasticsearch.search.aggregations.bucket.geogrid used by org.elasticsearch.search.aggregations.bucket.geogrid Class Description CellIdSource Wrapper class to help convertMultiGeoPointValuesto numeric long values for bucketing.CellIdSource.GeoPointLongEncoder The encoder to use to convert a geopoint's (lon, lat, precision) into a long-encoded bucket key for aggregating.GeoGrid A geo-grid aggregation.GeoGrid.Bucket A bucket that is associated with a geo-grid cell.GeoGridAggregationBuilder GeoGridAggregationBuilder.PrecisionParser GeoGridAggregator Aggregates data expressed as longs (for efficiency's sake) but formats results as aggregation-specific strings.InternalGeoGrid Represents a grid of cells where each cell's location is determined by a specific geo hashing algorithm.InternalGeoGridBucket InternalGeoHashGrid Represents a grid of cells where each cell's location is determined by a geohash.InternalGeoTileGrid Represents a grid of cells where each cell's location is determined by a geohash.ParsedGeoGrid ParsedGeoGridBucket