public abstract static class InternalSignificantTerms.Bucket extends SignificantTerms.Bucket
MultiBucketsAggregation.Bucket.SubAggregationComparator<B extends MultiBucketsAggregation.Bucket>ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected InternalAggregations |
aggregations |
EMPTY_PARAMS| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
Bucket(long subsetSize,
long supersetSize) |
protected |
Bucket(long subsetDf,
long subsetSize,
long supersetDf,
long supersetSize,
InternalAggregations aggregations) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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) |
getPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetKey, getKeyAsStringtoXContentreadFrom, writeToprotected InternalAggregations aggregations
protected Bucket(long subsetSize,
long supersetSize)
protected Bucket(long subsetDf,
long subsetSize,
long supersetDf,
long supersetSize,
InternalAggregations aggregations)
public long getSubsetDf()
getSubsetDf クラス内 SignificantTerms.Bucketpublic long getSupersetDf()
getSupersetDf クラス内 SignificantTerms.Bucketpublic long getSupersetSize()
getSupersetSize クラス内 SignificantTerms.Bucketpublic long getSubsetSize()
getSubsetSize クラス内 SignificantTerms.Bucketpublic 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()
Copyright © 2009–2016. All rights reserved.