From 8a2cfcc6fb3d3c3c25a6f40f4b57cb8b4f4f0512 Mon Sep 17 00:00:00 2001 From: Joel Green Date: Tue, 11 Sep 2018 10:52:30 -0700 Subject: [PATCH] Update match-query.asciidoc --- docs/reference/query-dsl/match-query.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/query-dsl/match-query.asciidoc b/docs/reference/query-dsl/match-query.asciidoc index 56874f25a8514..867962e9f36b5 100644 --- a/docs/reference/query-dsl/match-query.asciidoc +++ b/docs/reference/query-dsl/match-query.asciidoc @@ -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`.