public interface SignificantTerms extends MultiBucketsAggregation, Iterable<SignificantTerms.Bucket>
| Modifier and Type | Interface and Description |
|---|---|
static class |
SignificantTerms.Bucket |
| Modifier and Type | Method and Description |
|---|---|
SignificantTerms.Bucket |
getBucketByKey(String term)
Get the bucket for the given term, or null if there is no such bucket.
|
List<SignificantTerms.Bucket> |
getBuckets() |
getMetaData, getName, getPropertyList<SignificantTerms.Bucket> getBuckets()
getBuckets in interface MultiBucketsAggregationSignificantTerms.Bucket getBucketByKey(String term)
Copyright © 2009–2017. All rights reserved.