Class InternalMultiBucketAggregation.InternalBucket

org.elasticsearch.search.aggregations.InternalMultiBucketAggregation.InternalBucket
All Implemented Interfaces:
Writeable, org.elasticsearch.common.xcontent.ToXContent, MultiBucketsAggregation.Bucket, HasAggregations
Direct Known Subclasses:
AbstractInternalTerms.AbstractTermsBucket, InternalAdjacencyMatrix.InternalBucket, InternalAutoDateHistogram.Bucket, InternalBinaryRange.Bucket, InternalComposite.InternalBucket, InternalDateHistogram.Bucket, InternalFilters.InternalBucket, InternalGeoGridBucket, InternalHistogram.Bucket, InternalRange.Bucket, InternalRareTerms.Bucket, InternalSignificantTerms.Bucket, InternalVariableWidthHistogram.Bucket
Enclosing class:
InternalMultiBucketAggregation<A extends InternalMultiBucketAggregation,​B extends InternalMultiBucketAggregation.InternalBucket>

public abstract static class InternalMultiBucketAggregation.InternalBucket extends implements MultiBucketsAggregation.Bucket, Writeable
  • 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

    Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable

    Writeable.Reader<V>, Writeable.Writer<V>
  • Field Summary

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

    EMPTY_PARAMS
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     containingAggName, <> path)
     

    Methods inherited from class java.lang.

    , , , , , , , , , ,

    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

    Methods inherited from interface org.elasticsearch.common.io.stream.Writeable

    writeTo
  • Constructor Details

    • InternalBucket

      public InternalBucket()
  • Method Details

    • getProperty

      public  getProperty( containingAggName, <> path)