Class ParsedGeoGridBucket

java.lang.Object
org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
org.elasticsearch.search.aggregations.bucket.geogrid.ParsedGeoGridBucket
All Implemented Interfaces:
org.elasticsearch.common.xcontent.ToXContent, GeoGrid.Bucket, MultiBucketsAggregation.Bucket, HasAggregations
Direct Known Subclasses:
ParsedGeoHashGridBucket, ParsedGeoTileGridBucket

public abstract class ParsedGeoGridBucket extends ParsedMultiBucketAggregation.ParsedBucket implements GeoGrid.Bucket
  • Field Details

    • hashAsString

      protected String hashAsString
  • Constructor Details

    • ParsedGeoGridBucket

      public ParsedGeoGridBucket()
  • Method Details