public abstract static class InternalSignificantTerms.Bucket<B extends InternalSignificantTerms.Bucket<B>> extends InternalMultiBucketAggregation.InternalBucket implements SignificantTerms.Bucket
| Modifier and Type | Class and Description |
|---|---|
static interface |
InternalSignificantTerms.Bucket.Reader<B extends InternalSignificantTerms.Bucket<B>>
Reads a bucket.
|
MultiBucketsAggregation.Bucket.SubAggregationComparator<B extends MultiBucketsAggregation.Bucket>ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsWriteable.Writer<V>| Modifier and Type | Field and Description |
|---|---|
protected InternalAggregations |
aggregations |
EMPTY_PARAMS| Modifier | Constructor and Description |
|---|---|
protected |
Bucket(long subsetDf,
long subsetSize,
long supersetDf,
long supersetSize,
InternalAggregations aggregations,
DocValueFormat format) |
protected |
Bucket(StreamInput in,
long subsetSize,
long supersetSize,
DocValueFormat format)
Read from a stream.
|
| Modifier and Type | Method and Description |
|---|---|
Aggregations |
getAggregations() |
long |
getDocCount() |
double |
getSignificanceScore() |
long |
getSubsetDf() |
long |
getSubsetSize() |
long |
getSupersetDf() |
long |
getSupersetSize() |
protected abstract XContentBuilder |
keyToXContent(XContentBuilder builder) |
B |
reduce(java.util.List<B> buckets,
InternalAggregation.ReduceContext context) |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
getPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetKeyAsNumbergetKey, getKeyAsStringisFragmentprotected InternalAggregations aggregations
protected Bucket(long subsetDf,
long subsetSize,
long supersetDf,
long supersetSize,
InternalAggregations aggregations,
DocValueFormat format)
protected Bucket(StreamInput in, long subsetSize, long supersetSize, DocValueFormat format)
public long getSubsetDf()
getSubsetDf in interface SignificantTerms.Bucketpublic long getSupersetDf()
getSupersetDf in interface SignificantTerms.Bucketpublic long getSupersetSize()
getSupersetSize in interface SignificantTerms.Bucketpublic long getSubsetSize()
getSubsetSize in interface SignificantTerms.Bucketpublic long getDocCount()
getDocCount in interface MultiBucketsAggregation.Bucketpublic Aggregations getAggregations()
getAggregations in interface MultiBucketsAggregation.BucketgetAggregations in interface HasAggregationspublic B reduce(java.util.List<B> buckets, InternalAggregation.ReduceContext context)
public double getSignificanceScore()
getSignificanceScore in interface SignificantTerms.Bucketpublic final XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
toXContent in interface ToXContentjava.io.IOExceptionprotected abstract XContentBuilder keyToXContent(XContentBuilder builder) throws java.io.IOException
java.io.IOException