OpenSearch/docs/reference/search/aggregations/bucket
Colin Goodheart-Smithe 655157c83a Aggregations: Added an option to show the upper bound of the error for the terms aggregation.
This is only applicable when the order is set to _count.  The upper bound of the error in the doc count is calculated by summing the doc count of the last term on each shard which did not return the term.  The implementation calculates the error by summing the doc count for the last term on each shard for which the term IS returned and then subtracts this value from the sum of the doc counts for the last term from ALL shards.

Closes #6696
2014-07-25 14:24:24 +01:00
..
datehistogram-aggregation.asciidoc [DOCS] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +02:00
daterange-aggregation.asciidoc [DOCS] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +02:00
filter-aggregation.asciidoc [DOCS] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +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] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +02:00
global-aggregation.asciidoc [DOCS] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +02:00
histogram-aggregation.asciidoc Docs: Update histogram-aggregation.asciidoc 2014-07-07 10:44:11 +02:00
iprange-aggregation.asciidoc [DOCS] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +02:00
missing-aggregation.asciidoc [DOCS] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +02:00
nested-aggregation.asciidoc [DOCS] Fixed json example in nested-aggregation.asciidoc 2014-06-18 19:38:02 +02:00
range-aggregation.asciidoc [DOCS] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +02:00
reverse-nested-aggregation.asciidoc [DOCS] reverse-nested aggs are added in 1.2.0 2014-05-13 20:00:42 +02:00
significantterms-aggregation.asciidoc significant terms: infrastructure for changing easily the significance heuristic 2014-07-14 11:00:50 +02:00
terms-aggregation.asciidoc Aggregations: Added an option to show the upper bound of the error for the terms aggregation. 2014-07-25 14:24:24 +01:00