Lee Hinman
6aec68cd29
Revert "[QUERY] Remove lowercase_expanded_terms and locale options"
...
This reverts commit d1f7bd97cb
.
Ryan pointed out that this needs to work with the multi term query, so
additional analysis and tests should be added.
2015-03-13 13:51:44 -06:00
Lee Hinman
d1f7bd97cb
[QUERY] Remove lowercase_expanded_terms and locale options
...
The analysis chain should be used instead of relying on this, as it is
confusing when dealing with different per-field analysers.
The `locale` option was only used for `lowercase_expanded_terms`, which,
once removed, is no longer needed, so it was removed as well.
Fixes #9978
Relates to #9973
2015-03-13 13:17:27 -06:00
Clinton Gormley
3f9d4f9635
Update query-string-syntax.asciidoc
...
Closes #9965
2015-03-03 20:03:51 +01:00
Blake Niemyjski
8cba6c3abb
Fixed an invalid query
...
Closes #9682
2015-02-13 21:11:42 +01:00
Adam
928ea82188
Docs: Updated documentation for query-string-syntax to include '>' '<' and '=' as reserved characters
...
Closes #9518
2015-02-04 17:55:15 +01:00
dw
bb81055c33
Docs: Remove reference to imaginary "no_docs_query"
...
No reference to it in the source code except this file.
Closes #8566
2014-11-23 13:56:33 +01:00
babeya
81a83aab22
Docs: Update query-string-syntax.asciidoc
...
Closes #6253
2014-07-23 16:32:32 +02:00
Malte Schirnacher
647a2a64a1
Docs: Update query-string-syntax.asciidoc
...
Closes #6853
2014-07-14 16:35:17 +02:00
Simon Willnauer
f0bce08c30
Return `MatchNoDocsQuery` if query string is emtpy
...
Closes #3952
2014-01-20 16:08:57 +01:00
Clinton Gormley
34b9b16233
[DOCS] Fixed some bad link refs
2013-12-16 18:07:33 +01:00
Clinton Gormley
356de95840
Added simplified range syntax to query string docs
2013-11-04 18:18:36 +01:00
Martijn van Groningen
b7c4adeea3
[Docs] update reference to remove documentation about percolating during an index, bulk or update request.
2013-10-16 16:31:36 +02:00
Clinton Gormley
264a00a40f
[DOCS] Added pages explaining lucene query parser syntax and regular expression syntax
2013-10-07 14:42:49 +02:00