public abstract static class InternalTerms.Bucket extends Terms.Bucket
MultiBucketsAggregation.Bucket.SubAggregationComparator<B extends MultiBucketsAggregation.Bucket>ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected InternalAggregations |
aggregations |
protected long |
docCount |
protected long |
docCountError |
protected boolean |
showDocCountError |
EMPTY_PARAMS| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
Bucket(long docCount,
InternalAggregations aggregations,
boolean showDocCountError,
long docCountError,
ValueFormatter formatter) |
protected |
Bucket(ValueFormatter formatter,
boolean showDocCountError) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Aggregations |
getAggregations() |
long |
getDocCount() |
long |
getDocCountError() |
InternalTerms.Bucket |
reduce(List<? extends InternalTerms.Bucket> buckets,
InternalAggregation.ReduceContext context) |
getKeyAsNumbergetPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetKey, getKeyAsStringtoXContentreadFrom, writeToprotected long docCount
protected long docCountError
protected InternalAggregations aggregations
protected boolean showDocCountError
protected Bucket(ValueFormatter formatter, boolean showDocCountError)
protected Bucket(long docCount,
InternalAggregations aggregations,
boolean showDocCountError,
long docCountError,
ValueFormatter formatter)
public long getDocCount()
public long getDocCountError()
getDocCountError クラス内 Terms.Bucketpublic Aggregations getAggregations()
public InternalTerms.Bucket reduce(List<? extends InternalTerms.Bucket> buckets, InternalAggregation.ReduceContext context)
Copyright © 2009–2016. All rights reserved.