OpenSearch/docs/reference/aggregations/bucket
Adrien Grand a0818d3b87 Split regular histograms from date histograms. #19551
Currently both aggregations really share the same implementation. This commit
splits the implementations so that regular histograms can support decimal
intervals/offsets and compute correct buckets for negative decimal values.

However the response API is still the same. So for intance both regular
histograms and date histograms will produce an
`org.elasticsearch.search.aggregations.bucket.histogram.Histogram`
aggregation.

The optimization to compute an identifier of the rounded value and the
rounded value itself has been removed since it was only used by regular
histograms, which now do the rounding themselves instead of relying on the
Rounding abstraction.

Closes #8082
Closes #4847
2016-08-03 08:39:48 +02:00
..
children-aggregation.asciidoc [DOCS] Restructure Aggs documentation 2015-05-01 16:04:55 -04:00
datehistogram-aggregation.asciidoc Clarify time units usage in docs 2016-06-29 17:02:15 -04:00
daterange-aggregation.asciidoc Updated link to Joda time zones 2016-03-14 12:24:58 +01:00
diversified-sampler-aggregation.asciidoc Clarify time units usage in docs 2016-06-29 17:02:15 -04:00
filter-aggregation.asciidoc Docs: Update filter-aggregation.asciidoc 2015-07-01 10:17:45 +02:00
filters-aggregation.asciidoc grammar 2016-06-17 10:09:21 +02:00
geodistance-aggregation.asciidoc Docs: Mapping docs completely rewritten for 2.0 2015-08-06 17:24:51 +02:00
geohashgrid-aggregation.asciidoc Remove size 0 options in aggregations 2016-06-14 13:07:02 +01:00
global-aggregation.asciidoc Docs: Fixed typos 2015-05-05 10:38:05 +02:00
histogram-aggregation.asciidoc Split regular histograms from date histograms. #19551 2016-08-03 08:39:48 +02:00
iprange-aggregation.asciidoc Add back support for `ip` range aggregations. #17859 2016-05-13 17:22:01 +02:00
missing-aggregation.asciidoc [DOCS] Restructure Aggs documentation 2015-05-01 16:04:55 -04:00
nested-aggregation.asciidoc Document 5.0 mapping changes. 2016-03-22 16:22:58 +01:00
range-aggregation.asciidoc cutover some docs to painless 2016-06-27 09:55:16 -04:00
reverse-nested-aggregation.asciidoc Document 5.0 mapping changes. 2016-03-22 16:22:58 +01:00
sampler-aggregation.asciidoc [DOCS] fix to sampler agg documentation 2016-02-15 13:17:19 +00:00
significantterms-aggregation.asciidoc Remove size 0 options in aggregations 2016-06-14 13:07:02 +01:00
terms-aggregation.asciidoc Make the heuristic to compute the default shard size less aggressive. 2016-07-29 09:59:29 +02:00