mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-26 01:48:45 +00:00
Typo (#23179)
autoGeneratePhraseQueries should be auto_generate_phrase_queries
This commit is contained in:
parent
f83db675c8
commit
139eb69fe4
@ -86,7 +86,7 @@ comprehensive example.
|
|||||||
|
|
||||||
|`split_on_whitespace` |Whether query text should be split on whitespace prior to analysis.
|
|`split_on_whitespace` |Whether query text should be split on whitespace prior to analysis.
|
||||||
Instead the queryparser would parse around only real 'operators'. Default to `false`.
|
Instead the queryparser would parse around only real 'operators'. Default to `false`.
|
||||||
It is not allowed to set this option to `false` if `autoGeneratePhraseQueries` is already set to `true`.
|
It is not allowed to set this option to `false` if `auto_generate_phrase_queries` is already set to `true`.
|
||||||
|
|
||||||
|`all_fields` | Perform the query on all fields detected in the mapping that can
|
|`all_fields` | Perform the query on all fields detected in the mapping that can
|
||||||
be queried. Will be used by default when the `_all` field is disabled and no
|
be queried. Will be used by default when the `_all` field is disabled and no
|
||||||
|
Loading…
x
Reference in New Issue
Block a user