| Interface | Description |
|---|---|
| Histogram |
A
histogram aggregation. |
| Histogram.Bucket |
A bucket in the histogram where documents fall in
|
| HistogramFactory |
Implemented by histogram aggregations and used by pipeline aggregations to insert buckets.
|
| Class | Description |
|---|---|
| DateHistogramAggregationBuilder |
A builder for histograms on date fields.
|
| DateHistogramAggregatorFactory | |
| DateHistogramInterval |
The interval the date histogram is based on.
|
| ExtendedBounds | |
| Histogram.Order |
A strategy defining the order in which the buckets in this histogram are ordered.
|
| HistogramAggregationBuilder |
A builder for histograms on numeric fields.
|
| HistogramAggregatorFactory | |
| InternalDateHistogram |
Implementation of
Histogram. |
| InternalDateHistogram.Bucket | |
| InternalHistogram |
Implementation of
Histogram. |
| InternalHistogram.Bucket | |
| ParsedDateHistogram | |
| ParsedDateHistogram.ParsedBucket | |
| ParsedHistogram |