Documented fuzzy_transpositions in match query

Relates to #18320
This commit is contained in:
Clinton Gormley 2016-05-14 11:20:04 +02:00
parent 17de294460
commit bfc826003b
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@ as its <<query-dsl-multi-term-rewrite,rewrite
method>> the `fuzzy_rewrite` parameter allows to control how the query will get
rewritten.
Fuzzy transpositions (`ab` -> `ba`) are allowed by default but can be disabled
by setting `fuzzy_transpositions` to `false`.
Here is an example when providing additional parameters (note the slight
change in structure, `message` is the field name):