Class InternalGeoHashGrid

All Implemented Interfaces:
NamedWriteable, Writeable, ToXContent, ToXContentFragment, GeoGrid, Aggregation, MultiBucketsAggregation

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.
Opensearch.internal: