mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
fix query string example for boolean query (#28881)
This commit is contained in:
parent
bcc9cbfba7
commit
437ad06e40
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue