Package | Description |
---|---|
org.elasticsearch.search.aggregations.bucket.terms | |
org.elasticsearch.search.aggregations.bucket.terms.support |
Modifier and Type | Class and Description |
---|---|
static class |
InternalTerms.Bucket |
static class |
StringTerms.Bucket |
Modifier and Type | Method and Description |
---|---|
Terms.Bucket |
InternalTerms.getBucketByKey(String term) |
Terms.Bucket |
Terms.getBucketByKey(String term)
Get the bucket for the given term, or null if there is no such bucket.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Comparator<Terms.Bucket> |
Terms.Order.comparator(Aggregator aggregator) |
List<Terms.Bucket> |
InternalTerms.getBuckets() |
List<Terms.Bucket> |
Terms.getBuckets()
Return the sorted list of the buckets in this terms aggregation.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
BucketPriorityQueue.lessThan(Terms.Bucket a,
Terms.Bucket b) |
Constructor and Description |
---|
BucketPriorityQueue(int size,
Comparator<Terms.Bucket> comparator) |
Copyright © 2009–2015. All rights reserved.