Class ParsedLongRareTerms.ParsedBucket

All Implemented Interfaces:
org.elasticsearch.common.xcontent.ToXContent, MultiBucketsAggregation.Bucket, RareTerms.Bucket, HasAggregations
Enclosing class:
ParsedLongRareTerms

public static class ParsedLongRareTerms.ParsedBucket
extends ParsedRareTerms.ParsedBucket
  • 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 inherited from interface org.elasticsearch.common.xcontent.ToXContent

    EMPTY_PARAMS
  • Constructor Summary

    Constructors
    Constructor Description
    ParsedBucket()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object getKey()  
    java.lang.Number getKeyAsNumber()  
    java.lang.String getKeyAsString()  
    protected org.elasticsearch.common.xcontent.XContentBuilder keyToXContent​(org.elasticsearch.common.xcontent.XContentBuilder builder)  

    Methods inherited from class org.elasticsearch.search.aggregations.bucket.terms.ParsedRareTerms.ParsedBucket

    toXContent

    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

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

    isFragment
  • Constructor Details

    • ParsedBucket

      public ParsedBucket()
  • Method Details