From bb4c4b55d2996f9e8b060cc22e0bea3d13c2a5e2 Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Wed, 15 Jul 2015 13:18:24 +0200 Subject: [PATCH] Merge pull request #12264 from peschlowp/patch-6 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 e58542818d9..7e1766c0574 100644 --- a/docs/reference/query-dsl/match-query.asciidoc +++ b/docs/reference/query-dsl/match-query.asciidoc @@ -161,7 +161,7 @@ A phrase query matches terms up to a configurable `slop` (which defaults to 0) in any order. Transposed terms have a slop of 2. The `analyzer` can be set to control which analyzer will perform the -analysis process on the text. It default to the field explicit mapping +analysis process on the text. It defaults to the field explicit mapping definition, or the default search analyzer, for example: [source,js]