Browse Source

Typo (#23179)

autoGeneratePhraseQueries should be auto_generate_phrase_queries
AlexNodex 8 years ago
parent
commit
139eb69fe4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/query-dsl/query-string-query.asciidoc

+ 1 - 1
docs/reference/query-dsl/query-string-query.asciidoc

@@ -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