OpenSearch/docs/reference/search
Martijn van Groningen 2d6adf6428 Percolator refactoring:
* Added percolator field mapper that extracts the query terms and indexes these terms with the percolator query.
* At percolate time these extracted terms are used to query percolator queries that are like to be evaluated. This can significantly cut down the time it takes to percolate. Whereas before all percolator queries were evaluated if they matches with the document being percolated.
* Changes made to percolator queries are no longer immediately visible, a refresh needs to happen before the changes are visible.
* By default the percolate api only returns upto 10 matches instead of returning all matching percolator queries.
* Made percolate more modular, so that it is easier to add unit tests.
* Added unit tests for the percolator.

Closes #12664
Closes #13646
2016-01-06 16:08:10 +01:00
..
request Fix typo in scroll.asciidoc 2015-12-16 20:31:46 -05:00
suggesters Merge pull request #15692 from s1monw/issues/15675 2016-01-05 09:27:18 +01: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 refactoring: 2016-01-06 16:08:10 +01:00
profile.asciidoc Docs: Remove deprecated documentation flag in profile docs 2015-12-23 10:59:38 +01:00
request-body.asciidoc [DOCS] document replacement for search exists 2015-11-09 15:05:07 +01:00
search-shards.asciidoc Docs: Fixed path to search-shards 2014-07-26 15:05:53 +02:00
search-template.asciidoc fix syntax in the request params 2016-01-04 10:19:46 +05:30
search.asciidoc [DOCS] document replacement for search exists 2015-11-09 15:05:07 +01:00
suggesters.asciidoc Search: Remove the `count` search type. 2015-03-31 11:31:49 +02: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