public interface SignificantTerms extends MultiBucketsAggregation, java.lang.Iterable<SignificantTerms.Bucket>
| Modifier and Type | Interface and Description |
|---|---|
static class |
SignificantTerms.Bucket |
Aggregation.CommonFieldsTYPED_KEYS_DELIMITER| 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<SignificantTerms.Bucket> |
getBuckets() |
getMetaData, getNamejava.util.List<SignificantTerms.Bucket> getBuckets()
getBuckets in interface MultiBucketsAggregationSignificantTerms.Bucket getBucketByKey(java.lang.String term)