OpenSearch/docs/reference/search
Martijn Laarman 82278bb7bc [Aggregations] Meta data support
This commit adds the ability to associate a bit of state with each
individual aggregation.

The aggregation response can be hard to stitch back together without
having a reference to the aggregation request. In many cases this is not
available, many json serializer frameworks cache types globally or have a
static deserialisation override mechanism. In these cases making the
original request available, if at all possible, would be a hack.

The old facets returned `_type` which was just enough metadata to know
what the originating facet type in the request was.

This PR takes `_type` one step further by introducing ANY arbitrary meta
data. This could be further <strike>ab</strike>used for instance by
generic/automated aggregations that include UI state (color information,
thresholds, user input states, etc) per aggregation.
2014-11-03 22:32:23 +01:00
..
aggregations Aggregations: Return the sum of the doc counts of other buckets. 2014-10-27 12:11:26 +01:00
request Core: cutover to Lucene's query rescorer 2014-10-18 05:25:50 -04:00
suggesters Completion Suggester: Fix CompletionFieldMapper to correctly parse weight 2014-10-28 18:39:02 -04:00
aggregations.asciidoc [Aggregations] Meta data support 2014-11-03 22:32:23 +01:00
benchmark.asciidoc Docs: Removed all the added/deprecated tags from 1.x 2014-09-26 21:04:42 +02:00
count.asciidoc Docs: Removed all the added/deprecated tags from 1.x 2014-09-26 21:04:42 +02:00
exists.asciidoc Search Exists API: Checks if any matching documents exist for a given query 2014-07-31 15:42:30 -04:00
explain.asciidoc Docs: Removed all the added/deprecated tags from 1.x 2014-09-26 21:04:42 +02:00
facets.asciidoc Facets: Removal from master. 2014-08-21 10:34:39 +02: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 Facets: Removal from master. 2014-08-21 10:34:39 +02:00
percolate.asciidoc Docs: missing quote 2014-10-21 12:52:12 +02:00
request-body.asciidoc Docs: Removed all the added/deprecated tags from 1.x 2014-09-26 21:04:42 +02:00
search-shards.asciidoc Docs: Fixed path to search-shards 2014-07-26 15:05:53 +02:00
search-template.asciidoc Update search-template.asciidoc 2014-10-31 15:32:14 +01:00
search.asciidoc [DOCS] Reorganised common API conventions 2013-10-13 16:46:56 +02:00
suggesters.asciidoc Update suggesters.asciidoc 2014-09-28 11:04:28 +02:00
uri-request.asciidoc Docs: Removed all the added/deprecated tags from 1.x 2014-09-26 21:04:42 +02:00
validate.asciidoc Docs: Removed all the added/deprecated tags from 1.x 2014-09-26 21:04:42 +02:00