Class InternalGeoHashGrid

All Implemented Interfaces:
org.opensearch.core.common.io.stream.NamedWriteable, org.opensearch.core.common.io.stream.Writeable, org.opensearch.core.xcontent.ToXContent, org.opensearch.core.xcontent.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: