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
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent

    org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected java.lang.String hashAsString  

    Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent

    EMPTY_PARAMS
  • Constructor Summary

    Constructors
    Constructor Description
    ParsedGeoGridBucket()  
  • Method Summary

    Modifier and Type Method Description
    protected org.elasticsearch.common.xcontent.XContentBuilder keyToXContent​(org.elasticsearch.common.xcontent.XContentBuilder builder)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation.Bucket

    getAggregations, getDocCount, getKey, getKeyAsString

    Methods inherited from interface org.elasticsearch.common.xcontent.ToXContent

    isFragment, toXContent
  • Field Details

    • hashAsString

      protected java.lang.String hashAsString
  • Constructor Details

    • ParsedGeoGridBucket

      public ParsedGeoGridBucket()
  • Method Details

    • keyToXContent

      protected org.elasticsearch.common.xcontent.XContentBuilder keyToXContent​(org.elasticsearch.common.xcontent.XContentBuilder builder) throws java.io.IOException
      Overrides:
      keyToXContent in class ParsedMultiBucketAggregation.ParsedBucket
      Throws:
      java.io.IOException