Class InternalTerms.AbstractInternalBucket
java.lang.Object
org.opensearch.search.aggregations.InternalMultiBucketAggregation.InternalBucket
org.opensearch.search.aggregations.bucket.terms.InternalTerms.AbstractInternalBucket
- All Implemented Interfaces:
org.opensearch.core.common.io.stream.Writeable
,org.opensearch.core.xcontent.ToXContent
,MultiBucketsAggregation.Bucket
,Terms.Bucket
,HasAggregations
- Direct Known Subclasses:
InternalMultiTerms.Bucket
,InternalTerms.Bucket
- Enclosing class:
InternalTerms<A extends InternalTerms<A,
B>, B extends InternalTerms.AbstractInternalBucket>
public abstract static class InternalTerms.AbstractInternalBucket
extends InternalMultiBucketAggregation.InternalBucket
implements Terms.Bucket
Base internal multi bucket
- Opensearch.internal:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensearch.core.xcontent.ToXContent
org.opensearch.core.xcontent.ToXContent.DelegatingMapParams, org.opensearch.core.xcontent.ToXContent.MapParams, org.opensearch.core.xcontent.ToXContent.Params
Nested classes/interfaces inherited from interface org.opensearch.core.common.io.stream.Writeable
org.opensearch.core.common.io.stream.Writeable.Reader<V>, org.opensearch.core.common.io.stream.Writeable.WriteableRegistry, org.opensearch.core.common.io.stream.Writeable.Writer<V>
-
Field Summary
Fields inherited from interface org.opensearch.core.xcontent.ToXContent
EMPTY_PARAMS
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opensearch.search.aggregations.InternalMultiBucketAggregation.InternalBucket
getProperty
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opensearch.search.aggregations.bucket.MultiBucketsAggregation.Bucket
getAggregations, getDocCount, getKey, getKeyAsString
Methods inherited from interface org.opensearch.search.aggregations.bucket.terms.Terms.Bucket
getDocCountError, getKeyAsNumber
Methods inherited from interface org.opensearch.core.xcontent.ToXContent
isFragment, toXContent
Methods inherited from interface org.opensearch.core.common.io.stream.Writeable
writeTo
-
Constructor Details
-
AbstractInternalBucket
public AbstractInternalBucket()
-