Package | Description |
---|---|
org.elasticsearch.search.aggregations | |
org.elasticsearch.search.aggregations.bucket.histogram |
Modifier and Type | Method and Description |
---|---|
static HistogramBuilder |
AggregationBuilders.histogram(String name)
Create a new
Histogram aggregation with the given name. |
Modifier and Type | Method and Description |
---|---|
HistogramBuilder |
HistogramBuilder.extendedBounds(Long min,
Long max)
Set extended bounds for the histogram.
|
HistogramBuilder |
HistogramBuilder.interval(long interval)
Sets the interval for the histogram.
|
HistogramBuilder |
HistogramBuilder.minDocCount(long minDocCount)
Sets the minimum document count per bucket.
|
HistogramBuilder |
HistogramBuilder.order(Histogram.Order order)
Sets the order by which the buckets will be returned.
|
HistogramBuilder |
HistogramBuilder.postOffset(long postOffset)
Set the offset to apply after having computed buckets.
|
HistogramBuilder |
HistogramBuilder.preOffset(long preOffset)
Set the offset to apply prior to computing buckets.
|
Copyright © 2009–2015. All rights reserved.