public interface SignificantTerms extends MultiBucketsAggregation, java.lang.Iterable<SignificantTerms.Bucket>
Modifier and Type | Interface and Description |
---|---|
static interface |
SignificantTerms.Bucket |
Aggregation.CommonFields
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
TYPED_KEYS_DELIMITER
EMPTY_PARAMS
Modifier and Type | Method and Description |
---|---|
SignificantTerms.Bucket |
getBucketByKey(java.lang.String term)
Get the bucket for the given term, or null if there is no such bucket.
|
java.util.List<? extends SignificantTerms.Bucket> |
getBuckets() |
getMetaData, getName, getType
isFragment, toXContent
java.util.List<? extends SignificantTerms.Bucket> getBuckets()
getBuckets
in interface MultiBucketsAggregation
SignificantTerms.Bucket getBucketByKey(java.lang.String term)