Merge pull request #12264 from peschlowp/patch-6
Update match-query.asciidoc
This commit is contained in:
parent
cdcfcf4b00
commit
bb4c4b55d2
|
@ -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.
|
(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
|
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:
|
definition, or the default search analyzer, for example:
|
||||||
|
|
||||||
[source,js]
|
[source,js]
|
||||||
|
|
Loading…
Reference in New Issue