public static interface MultiBucketsAggregation.Bucket extends HasAggregations, ToXContent
| Modifier and Type | Interface and Description |
|---|---|
static class |
MultiBucketsAggregation.Bucket.SubAggregationComparator<B extends MultiBucketsAggregation.Bucket> |
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| Modifier and Type | Method and Description |
|---|---|
Aggregations |
getAggregations() |
long |
getDocCount() |
java.lang.Object |
getKey() |
java.lang.String |
getKeyAsString() |
isFragment, toXContentjava.lang.Object getKey()
java.lang.String getKeyAsString()
long getDocCount()
Aggregations getAggregations()
getAggregations in interface HasAggregations