Class InternalGeoHashGridBucket

All Implemented Interfaces:
Comparable<InternalGeoGridBucket>, org.opensearch.core.common.io.stream.Writeable, org.opensearch.core.xcontent.ToXContent, GeoGrid.Bucket, MultiBucketsAggregation.Bucket, HasAggregations

public class InternalGeoHashGridBucket extends InternalGeoGridBucket<InternalGeoHashGridBucket>
Implementation of geohash grid bucket
Opensearch.internal:
  • Constructor Details

    • InternalGeoHashGridBucket

      public InternalGeoHashGridBucket(org.opensearch.core.common.io.stream.StreamInput in) throws IOException
      Read from a stream.
      Throws:
      IOException
  • Method Details

    • getKeyAsString

      public String getKeyAsString()
    • getKey

      public GeoPoint getKey()