public abstract static class SignificantTerms.Bucket extends InternalMultiBucketAggregation.InternalBucket
MultiBucketsAggregation.Bucket.SubAggregationComparator<B extends MultiBucketsAggregation.Bucket>ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsWriteable.Reader<V>, Writeable.Writer<V>EMPTY_PARAMS| Modifier | Constructor and Description |
|---|---|
protected |
Bucket(StreamInput in,
long subsetSize,
long supersetSize)
Read from a stream.
|
| Modifier and Type | Method and Description |
|---|---|
abstract double |
getSignificanceScore() |
long |
getSubsetDf() |
long |
getSubsetSize() |
long |
getSupersetDf() |
long |
getSupersetSize() |
getPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAggregations, getDocCount, getKey, getKeyAsStringisFragment, toXContentprotected Bucket(StreamInput in, long subsetSize, long supersetSize)