autoGeneratePhraseQueries should be auto_generate_phrase_queries
This commit is contained in:
AlexNodex 2017-02-15 09:09:32 +00:00 committed by Clinton Gormley
parent f83db675c8
commit 139eb69fe4

View File

@ -86,7 +86,7 @@ comprehensive example.
|`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`.
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
be queried. Will be used by default when the `_all` field is disabled and no