Skip to content

Commit

Permalink
[Docs] Update match-query.asciidoc (#33610)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelgreen authored and Christoph Büscher committed Sep 12, 2018
1 parent 1579916 commit bfbccf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/query-dsl/match-query.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,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`.
Expand Down

0 comments on commit bfbccf7

Please sign in to comment.