OpenSearch/docs/reference/search/aggregations/metrics
Colin Goodheart-Smithe b9f4d44b14 Aggregations: Adds GeoBounds Aggregation
The GeoBounds Aggregation is a new single bucket aggregation which outputs the coordinates of a bounding box containing all the points from all the documents passed to the aggregation as well as the doc count. Geobound Aggregation also use a wrap_logitude parameter which specifies whether the resulting bounding box is permitted to overlap the international date line.  This option defaults to true.

This aggregation introduces the idea of MetricsAggregation which do not return double values and cannot be used for sorting.  The existing MetricsAggregation has been renamed to NumericMetricsAggregation and is a subclass of MetricsAggregation.  MetricsAggregations do not store doc counts and do not support child aggregations.

Closes #5634
2014-06-03 15:59:56 +01:00
..
avg-aggregation.asciidoc [DOCS] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +02:00
cardinality-aggregation.asciidoc [DOCS] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +02:00
extendedstats-aggregation.asciidoc [DOCS] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +02:00
geobounds-aggregation.asciidoc Aggregations: Adds GeoBounds Aggregation 2014-06-03 15:59:56 +01:00
max-aggregation.asciidoc [DOCS] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +02:00
min-aggregation.asciidoc [DOCS] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +02:00
percentile-aggregation.asciidoc Use t-digest as a dependency. 2014-05-13 10:38:08 +02:00
stats-aggregation.asciidoc [DOCS] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +02:00
sum-aggregation.asciidoc [DOCS] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +02:00
valuecount-aggregation.asciidoc [DOCS] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +02:00