Package | Description |
---|---|
org.elasticsearch.search.aggregations.bucket.histogram |
Modifier and Type | Interface and Description |
---|---|
static interface |
DateHistogram.Bucket |
Modifier and Type | Class and Description |
---|---|
static class |
InternalHistogram.Bucket |
Modifier and Type | Method and Description |
---|---|
Histogram.Bucket |
Histogram.getBucketByKey(Number key)
Returns a bucket by the key associated with it.
|
Histogram.Bucket |
Histogram.getBucketByKey(String key)
Returns a bucket by the key associated with it.
|
Modifier and Type | Method and Description |
---|---|
List<? extends Histogram.Bucket> |
Histogram.getBuckets() |
Copyright © 2009–2015. All rights reserved.