public abstract static class InternalSignificantTerms.Bucket extends SignificantTerms.Bucket
MultiBucketsAggregation.Bucket.SubAggregationComparator<B extends MultiBucketsAggregation.Bucket>
Modifier and Type | Field and Description |
---|---|
protected InternalAggregations |
aggregations |
Modifier | Constructor and Description |
---|---|
protected |
Bucket(long subsetDf,
long subsetSize,
long supersetDf,
long supersetSize,
InternalAggregations aggregations) |
Modifier and Type | Method and Description |
---|---|
Aggregations |
getAggregations() |
long |
getDocCount() |
double |
getSignificanceScore() |
long |
getSubsetDf() |
long |
getSubsetSize() |
long |
getSupersetDf() |
long |
getSupersetSize() |
InternalSignificantTerms.Bucket |
reduce(List<? extends InternalSignificantTerms.Bucket> buckets,
InternalAggregation.ReduceContext context) |
void |
updateScore(SignificanceHeuristic significanceHeuristic) |
getKeyAsNumber
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getKey, getKeyAsText
protected InternalAggregations aggregations
protected Bucket(long subsetDf, long subsetSize, long supersetDf, long supersetSize, InternalAggregations aggregations)
public long getSubsetDf()
getSubsetDf
in class SignificantTerms.Bucket
public long getSupersetDf()
getSupersetDf
in class SignificantTerms.Bucket
public long getSupersetSize()
getSupersetSize
in class SignificantTerms.Bucket
public long getSubsetSize()
getSubsetSize
in class SignificantTerms.Bucket
public void updateScore(SignificanceHeuristic significanceHeuristic)
public long getDocCount()
public Aggregations getAggregations()
public InternalSignificantTerms.Bucket reduce(List<? extends InternalSignificantTerms.Bucket> buckets, InternalAggregation.ReduceContext context)
public double getSignificanceScore()
getSignificanceScore
in class SignificantTerms.Bucket
Copyright © 2009–2015. All rights reserved.