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 Object implements MultiBucketsAggregation.Bucket, Writeable
  • Constructor Details

    • InternalBucket

      public InternalBucket()
  • Method Details