Browse Source

Documented fuzzy_transpositions in match query

Relates to #18320
Clinton Gormley 9 years ago
parent
commit
bfc826003b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/reference/query-dsl/match-query.asciidoc

+ 3 - 0
docs/reference/query-dsl/match-query.asciidoc

@@ -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):