Class InternalGeoHashGrid

All Implemented Interfaces:
NamedWriteable, Writeable, Aggregation, GeoGrid, MultiBucketsAggregation, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentFragment

public class InternalGeoHashGrid extends InternalGeoGrid<InternalGeoHashGridBucket>
Represents a grid of cells where each cell's location is determined by a geohash. All geohashes in a grid are of the same precision and held internally as a single long for efficiency's sake.