OpenSearch/docs/reference/search/aggregations/bucket
Christoph Büscher 44193e7ba5 Aggregations: Add 'offset' option to histogram aggregation
Histogram aggregation supports an 'offset' option to move bucket boundaries.
In a histogram with buckets of size X these can be moved from 0, X, 2X, 3X,...
by an offset value of Y to Y, X+Y, 2X+Y, 3X+Y... by using the 'offset' option.
The previous 'pre_offset' and 'post_offset' options are removed in favour of
the simplified 'offset' option.

Closes #9417
Closes #9505
2015-02-02 18:23:01 +01:00
..
children-aggregation.asciidoc [Docs] Fix missing new line 2014-11-27 19:39:12 +01:00
datehistogram-aggregation.asciidoc Fix date histogram docs grammar. 2014-12-23 10:19:55 -08:00
daterange-aggregation.asciidoc Update daterange-aggregation.asciidoc 2014-11-28 16:53:33 +01:00
filter-aggregation.asciidoc [DOCS] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +02:00
filters-aggregation.asciidoc Docs: Removed all the added/deprecated tags from 1.x 2014-09-26 21:04:42 +02:00
geodistance-aggregation.asciidoc Docs: Fixed invalid word count in geodistance agg doc 2014-07-11 18:35:36 +02:00
geohashgrid-aggregation.asciidoc Docs: Removed all the added/deprecated tags from 1.x 2014-09-26 21:04:42 +02:00
global-aggregation.asciidoc [DOCS] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +02:00
histogram-aggregation.asciidoc Aggregations: Add 'offset' option to histogram aggregation 2015-02-02 18:23:01 +01:00
iprange-aggregation.asciidoc [DOCS] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +02:00
missing-aggregation.asciidoc The description was incorrect 2014-09-10 16:05:03 +02:00
nested-aggregation.asciidoc [Docs] Fix missing comma in mapping 2014-11-27 11:03:19 +01:00
range-aggregation.asciidoc [DOCS] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +02:00
reverse-nested-aggregation.asciidoc Docs: Removed all the added/deprecated tags from 1.x 2014-09-26 21:04:42 +02:00
significantterms-aggregation.asciidoc Docs: Update execution hint docs for Significant terms agg 2014-11-18 20:54:26 +01:00
terms-aggregation.asciidoc Docs: Fix sample query 2015-01-29 15:56:24 +01:00