elasticsearch/docs/reference/aggregations
Benjamin Trent 7f4df1632f
[7.x] Add support for range aggregations on histogram mapped fields (#74146) (#74682)
* Add support for range aggregations on histogram mapped fields (#74146)

This adds support for the range aggregation over `histogram` mapped fields.

Decisions made for implementation:

 - Sub-aggregations are not allowed. This is to simplify implementation and follows the prior art set by the `histogram` aggregation
 - Nothing fancy is done with the ranges. No filter translations as we cannot easily do a `range` filter query against histogram fields. This may be an optimization in the future.
 - Ranges check the histogram value ONLY. No interpolation of values is done. If we have better statistics around the histogram this MAY be possible.
2021-06-29 08:45:51 -04:00
..
bucket [7.x] Add support for range aggregations on histogram mapped fields (#74146) (#74682) 2021-06-29 08:45:51 -04:00
metrics [DOCS] Clarify supported fields for top_metrics agg (#73907) (#73916) 2021-06-08 13:30:41 -04:00
pipeline [ML] adding new KS test pipeline aggregation (#73334) (#73782) 2021-06-07 11:42:20 -04:00
bucket.asciidoc [DOCS] Deduplicate docs for search.max_buckets 2021-06-29 08:42:42 -04:00
metrics.asciidoc [DOCS] Fix casing for agg type titles (#67469) (#67470) 2021-01-13 15:04:08 -05:00
pipeline.asciidoc Add keep_values gap policy (#73297) (#73927) 2021-06-08 13:37:34 -10:00