OpenSearch/docs/reference/search
Martijn van Groningen e3b7e5d75a percolator: Replace percolate api with the new percolator query
Also replaced the PercolatorQueryRegistry with the new PercolatorQueryCache.

The PercolatorFieldMapper stores the rewritten form of each percolator query's xcontext
in a binary doc values field. This make sure that the query rewrite happens only during
indexing (some queries for example fetch shapes, terms in remote indices) and
the speed up the loading of the queries in the percolator query cache.

Because the percolator now works inside the search infrastructure a number of features
(sorting fields, pagination, fetch features) are available out of the box.

The following feature requests are automatically implemented via this refactoring:

Closes #10741
Closes #7297
Closes #13176
Closes #13978
Closes #11264
Closes #10741
Closes #4317
2016-03-21 12:21:50 +01:00
..
request Merge pull request #16777 from radar/patch-1 2016-02-28 21:33:47 +01:00
suggesters Fix typos in docs. 2016-02-09 02:07:32 -08:00
count.asciidoc [DOCS] terminate_after is not experimental anymore 2015-10-19 13:56:42 +02:00
explain.asciidoc Revert "[QUERY] Remove lowercase_expanded_terms and locale options" 2015-03-13 13:51:44 -06:00
field-stats.asciidoc field stats: Added `min_value_as_string` and `max_value_as_string` response elements for all number based fields. The existing `min_value` and `max_value` will return the values as numbers instead. 2015-11-23 08:48:28 +01:00
multi-search.asciidoc Docs: Always quote "@file" argument to --data-binary 2015-09-19 17:28:15 +02:00
percolate.asciidoc percolator: Replace percolate api with the new percolator query 2016-03-21 12:21:50 +01:00
profile.asciidoc Change `actual` into `actually`. 2016-02-09 10:18:44 -08:00
request-body.asciidoc Add search_after parameter in the Search API. 2016-01-27 09:42:58 +01:00
search-shards.asciidoc Docs: Fixed path to search-shards 2014-07-26 15:05:53 +02:00
search-template.asciidoc Fix typos in docs. 2016-02-09 02:07:32 -08:00
search.asciidoc [DOCS] document replacement for search exists 2015-11-09 15:05:07 +01:00
suggesters.asciidoc Typo in verb tense of "to gather" 2016-03-03 16:21:11 -07:00
uri-request.asciidoc [DOCS] terminate_after is not experimental anymore 2015-10-19 13:56:42 +02:00
validate.asciidoc Docs: Remove docs for the `filtered`, `and`, `or` and `(f)query` queries. 2015-09-11 11:00:54 +02:00