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.Params
EMPTY_PARAMS
Modifier and Type | Method and Description |
---|---|
Aggregations |
getAggregations() |
long |
getDocCount() |
java.lang.Object |
getKey() |
java.lang.String |
getKeyAsString() |
isFragment, toXContent
java.lang.Object getKey()
java.lang.String getKeyAsString()
long getDocCount()
Aggregations getAggregations()
getAggregations
in interface HasAggregations