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
,InternalDateHistogram.Bucket
,InternalFilters.InternalBucket
,InternalHistogram.Bucket
,InternalRange.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.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
-
-