Class InternalMultiBucketAggregation.InternalBucket

java.lang.Object
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 java.lang.Object
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
    InternalBucket()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object getProperty​(java.lang.String containingAggName, java.util.List<java.lang.String> path)  

    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

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

    writeTo
  • Constructor Details

    • InternalBucket

      public InternalBucket()
  • Method Details

    • getProperty

      public java.lang.Object getProperty​(java.lang.String containingAggName, java.util.List<java.lang.String> path)