Class InternalMultiBucketAggregation.InternalBucket
java.lang.Object
org.elasticsearch.search.aggregations.InternalMultiBucketAggregation.InternalBucket
- All Implemented Interfaces:
Writeable,ToXContent,MultiBucketsAggregation.Bucket,HasAggregations
- Direct Known Subclasses:
InternalAdjacencyMatrix.InternalBucket,InternalAutoDateHistogram.Bucket,InternalBinaryRange.Bucket,InternalComposite.InternalBucket,InternalDateHistogram.Bucket,InternalFilters.InternalBucket,InternalGeoGridBucket,InternalHistogram.Bucket,InternalRange.Bucket,InternalRareTerms.Bucket,InternalSignificantTerms.Bucket,InternalTerms.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
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
-
Constructor Summary
Constructors Constructor Description InternalBucket() -
Method Summary
Modifier and Type Method Description java.lang.ObjectgetProperty(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, waitMethods inherited from interface org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation.Bucket
getAggregations, getDocCount, getKey, getKeyAsStringMethods inherited from interface org.elasticsearch.common.xcontent.ToXContent
isFragment, toXContent
-
Constructor Details
-
InternalBucket
public InternalBucket()
-
-
Method Details
-
getProperty
public java.lang.Object getProperty(java.lang.String containingAggName, java.util.List<java.lang.String> path)
-