OpenSearch/docs/reference/search
Adrien Grand 52de0645fb Remove `lowercase_expanded_terms` and `locale` from query-parser options. (#20208)
Lucene 6.2 introduces the new `Analyzer.normalize` API, which allows to apply
only character-level normalization such as lowercasing or accent folding, which
is exactly what is needed to process queries that operate on partial terms such
as `prefix`, `wildcard` or `fuzzy` queries. As a consequence, the
`lowercase_expanded_terms` option is not necessary anymore. Furthermore, the
`locale` option was only needed in order to know how to perform the lowercasing,
so this one can be removed as well.

Closes #9978
2016-11-02 14:25:08 +01:00
..
request Documentation updates for scroll API size parameter (#21229) 2016-11-01 15:55:09 -04:00
suggesters Stabelize tests in phrase-suggest.asciidoc 2016-09-29 11:13:17 +02:00
count.asciidoc Remove `lowercase_expanded_terms` and `locale` from query-parser options. (#20208) 2016-11-02 14:25:08 +01:00
explain.asciidoc Remove `lowercase_expanded_terms` and `locale` from query-parser options. (#20208) 2016-11-02 14:25:08 +01:00
field-stats.asciidoc Revert "Add console to docs for inner hits, explain, and friends" 2016-08-01 14:09:54 +02:00
multi-search.asciidoc Add docs to template support for _msearch (#17382) 2016-09-13 13:19:25 +02:00
percolate.asciidoc Update percolate.asciidoc 2016-08-30 13:05:02 +02:00
profile.asciidoc Makes search action cancelable by task management API 2016-10-25 12:27:34 -10:00
request-body.asciidoc CONSOLEify some search docs 2016-09-14 13:06:37 -04:00
search-shards.asciidoc CONSOLEify some search docs 2016-09-14 13:06:37 -04:00
search-template.asciidoc Add profile and explain parameters to template API 2016-09-19 17:52:13 +02:00
search.asciidoc CONSOLEify some search docs 2016-09-14 13:06:37 -04:00
suggesters.asciidoc Consolify term and phrase suggester docs 2016-07-26 12:28:31 -04:00
uri-request.asciidoc Remove `lowercase_expanded_terms` and `locale` from query-parser options. (#20208) 2016-11-02 14:25:08 +01:00
validate.asciidoc Remove `lowercase_expanded_terms` and `locale` from query-parser options. (#20208) 2016-11-02 14:25:08 +01:00