public interface Histogram extends MultiBucketsAggregation
histogram aggregation. Defines multiple buckets, each representing an interval in a histogram.| Modifier and Type | Interface and Description |
|---|---|
static interface |
Histogram.Bucket
A bucket in the histogram where documents fall in
|
static class |
Histogram.Order
A strategy defining the order in which the buckets in this histogram are ordered.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Histogram.Bucket> |
getBuckets() |
getMetaData, getName, getPropertyList<? extends Histogram.Bucket> getBuckets()
getBuckets in interface MultiBucketsAggregationCopyright © 2009–2017. All rights reserved.