Interface CompositeAggregation.Bucket
- All Superinterfaces:
HasAggregations,MultiBucketsAggregation.Bucket,ToXContent
- All Known Implementing Classes:
InternalComposite.InternalBucket,ParsedComposite.ParsedBucket
- Enclosing interface:
- CompositeAggregation
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params -
Field Summary
Fields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY_PARAMS -
Method Summary
Methods inherited from interface org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation.Bucket
getAggregations, getDocCount, getKeyAsStringMethods inherited from interface org.elasticsearch.xcontent.ToXContent
isFragment, toXContent
-
Method Details
-
getKey
- Specified by:
getKeyin interfaceMultiBucketsAggregation.Bucket- Returns:
- The key associated with the bucket
-