OpenSearch/docs/reference/search
Luca Cavanna 4e6610a798 Fixed multi term queries support in postings highlighter for non top-level queries
In #4052 we added support for highlighting multi term queries using the postings highlighter. That worked only for top-level queries though, and not for multi term queries that are nested for instance within a bool query, or filtered query, or a constant score query.

The way we make this work is by walking the query structure and temporarily overriding the query rewrite method with a method that allows for multi terms extraction.

Closes #5102
2014-02-21 21:43:40 +01:00
..
aggregations [docs] fixed errors in aggs docs 2014-02-13 20:36:02 +01:00
facets Removed 0.90.* deprecation and addition notifications 2014-02-07 20:52:49 +01:00
request Fixed multi term queries support in postings highlighter for non top-level queries 2014-02-21 21:43:40 +01:00
suggesters [DOCS] Removed the experimental label from Tribe, Hot Threads 2014-02-06 14:19:17 +01:00
aggregations.asciidoc Improve Aggregations documentation 2014-02-03 17:16:52 +01: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 Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
multi-search.asciidoc [DOCS] Documented rest.action.multi.allow_explicit_index 2013-11-27 17:33:09 +01:00
percolate.asciidoc Enable percolation for nested documents 2014-02-14 22:42:33 +01:00
request-body.asciidoc Add the ability to retrieve fields from field data 2014-01-21 09:13:32 -07:00
search.asciidoc [DOCS] Reorganised common API conventions 2013-10-13 16:46:56 +02:00
suggesters.asciidoc Add more anchor links to documentation 2013-09-30 13:13:16 -06: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