public static class InternalFilters.Bucket extends InternalMultiBucketAggregation.InternalBucket implements Filters.Bucket
MultiBucketsAggregation.Bucket.SubAggregationComparator<B extends MultiBucketsAggregation.Bucket>ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| コンストラクタと説明 |
|---|
Bucket(String key,
long docCount,
InternalAggregations aggregations,
boolean keyed) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Aggregations |
getAggregations() |
long |
getDocCount() |
String |
getKey() |
String |
getKeyAsString() |
void |
readFrom(StreamInput in) |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out) |
getPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPropertypublic Bucket(String key, long docCount, InternalAggregations aggregations, boolean keyed)
public String getKey()
getKey インタフェース内 MultiBucketsAggregation.Bucketpublic String getKeyAsString()
getKeyAsString インタフェース内 MultiBucketsAggregation.Bucketpublic long getDocCount()
getDocCount インタフェース内 MultiBucketsAggregation.Bucketpublic Aggregations getAggregations()
getAggregations インタフェース内 MultiBucketsAggregation.BucketgetAggregations インタフェース内 HasAggregationspublic XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
toXContent インタフェース内 ToXContentIOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamableIOExceptionCopyright © 2009–2016. All rights reserved.