fix query string example for boolean query (#28881)

This commit is contained in:
Fabien Baligand 2018-03-30 15:10:14 +02:00 committed by Jim Ferenczi
parent bcc9cbfba7
commit 437ad06e40

View File

@ -312,7 +312,7 @@ GET /_search
The example above creates a boolean query:
`(ny OR (new AND york)) city)`
`(ny OR (new AND york)) city`
that matches documents with the term `ny` or the conjunction `new AND york`.
By default the parameter `auto_generate_synonyms_phrase_query` is set to `true`.