Class ParsedTerms.ParsedBucket

java.lang.Object
org.elasticsearch.search.aggregations.ParsedMultiBucketAggregation.ParsedBucket
org.elasticsearch.search.aggregations.bucket.terms.ParsedTerms.ParsedBucket
All Implemented Interfaces:
org.elasticsearch.common.xcontent.ToXContent, MultiBucketsAggregation.Bucket, Terms.Bucket, HasAggregations
Direct Known Subclasses:
ParsedDoubleTerms.ParsedBucket, ParsedLongTerms.ParsedBucket, ParsedStringTerms.ParsedBucket
Enclosing class:
ParsedTerms

public abstract static class ParsedTerms.ParsedBucket
extends ParsedMultiBucketAggregation.ParsedBucket
implements Terms.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 long docCountError  

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

    EMPTY_PARAMS
  • Constructor Summary

    Constructors
    Constructor Description
    ParsedBucket()  
  • Method Summary

    Modifier and Type Method Description
    long getDocCountError()  
    org.elasticsearch.common.xcontent.XContentBuilder toXContent​(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)  

    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.search.aggregations.bucket.terms.Terms.Bucket

    getKeyAsNumber

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

    isFragment
  • Field Details

    • docCountError

      protected long docCountError
  • Constructor Details

    • ParsedBucket

      public ParsedBucket()
  • Method Details

    • getDocCountError

      public long getDocCountError()
      Specified by:
      getDocCountError in interface Terms.Bucket
    • toXContent

      public final org.elasticsearch.common.xcontent.XContentBuilder toXContent​(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws java.io.IOException
      Specified by:
      toXContent in interface org.elasticsearch.common.xcontent.ToXContent
      Overrides:
      toXContent in class ParsedMultiBucketAggregation.ParsedBucket
      Throws:
      java.io.IOException