OpenSearch/docs/reference/search
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
..
aggregations Aggregations: Adds GeoBounds Aggregation 2014-06-03 15:59:56 +01:00
facets [Doc] doc updates for date histogram interval 2014-03-14 18:55:32 +01:00
request Highlight fields in request order 2014-05-22 16:44:14 +02:00
suggesters Update Documentation Feature Flags [1.2.0] 2014-05-22 15:06:42 +02:00
aggregations.asciidoc Aggregations: Adds GeoBounds Aggregation 2014-06-03 15:59:56 +01:00
benchmark.asciidoc [DOCS] fixed curl requests in benchmark docs 2014-06-03 11:47:13 +02:00
count.asciidoc [DOCS] fixed count docs, it now requires a top-level query object, same as other apis 2014-02-13 13:36:20 +01:00
explain.asciidoc [DOCS] updated json responses after #4310 and #4480 2014-01-16 12:01:39 +01:00
facets.asciidoc Cleanup comments and class names s/ElasticSearch/Elasticsearch 2014-01-07 11:21:51 +01:00
more-like-this.asciidoc Added the ability to include the queried document for More Like This API. 2014-05-09 12:59:39 +02:00
multi-search.asciidoc [DOCS] Documented rest.action.multi.allow_explicit_index 2013-11-27 17:33:09 +01:00
percolate.asciidoc Docs: Tidied percolate.asciidoc 2014-05-30 11:56:06 +02:00
request-body.asciidoc [DOCS] Add /_search_shards documentation 2014-04-22 08:54:32 -06:00
search-template.asciidoc Update Documentation Feature Flags [1.1.0] 2014-03-25 17:51:30 +01:00
search.asciidoc [DOCS] Reorganised common API conventions 2013-10-13 16:46:56 +02:00
suggesters.asciidoc Fix some typos in documentation. 2014-03-31 13:48:17 +02:00
uri-request.asciidoc Cleanup comments and class names s/ElasticSearch/Elasticsearch 2014-01-07 11:21:51 +01:00
validate.asciidoc [DOCS] fixed count and validate query docs, they now require a top-level query object, same as other apis 2014-02-13 11:42:04 +01:00