Browse Source

[DOCS] MatchQuery: `transpositions` to `fuzzy_transpositions` (#59371)

homersimpsons 5 years ago
parent
commit
38aa0c18cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/query-dsl/match-query.asciidoc

+ 1 - 1
docs/reference/query-dsl/match-query.asciidoc

@@ -78,7 +78,7 @@ expand. Defaults to `50`.
 (Optional, integer) Number of beginning characters left unchanged for fuzzy
 (Optional, integer) Number of beginning characters left unchanged for fuzzy
 matching. Defaults to `0`.
 matching. Defaults to `0`.
 
 
-`transpositions`::
+`fuzzy_transpositions`::
 (Optional, boolean) If `true`, edits for fuzzy matching include
 (Optional, boolean) If `true`, edits for fuzzy matching include
 transpositions of two adjacent characters (ab → ba). Defaults to `true`.
 transpositions of two adjacent characters (ab → ba). Defaults to `true`.