OpenSearch/docs/reference/search/aggregations
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
..
bucket Aggregations: Added an option to show the upper bound of the error for the terms aggregation. 2014-07-25 14:24:24 +01:00
metrics [DOCS] move all coming tags to added in master 2014-07-23 16:37:19 +02:00
bucket.asciidoc Change the top_hits to be a metric aggregation instead of a bucket aggregation (which can't have an sub aggs) 2014-06-10 09:09:50 +02:00
metrics.asciidoc Aggregations: Added percentile rank aggregation 2014-06-18 12:02:08 +01:00