Skip to content

Commit

Permalink
[DOCS] MatchQuery: transpositions to fuzzy_transpositions (#59371)
Browse files Browse the repository at this point in the history
  • Loading branch information
homersimpsons authored and jrodewig committed Jul 13, 2020
1 parent 31939ee commit 3ea4a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/query-dsl/match-query.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ expand. Defaults to `50`.
(Optional, integer) Number of beginning characters left unchanged for fuzzy
matching. Defaults to `0`.

`transpositions`::
`fuzzy_transpositions`::
(Optional, boolean) If `true`, edits for fuzzy matching include
transpositions of two adjacent characters (ab → ba). Defaults to `true`.

Expand Down

0 comments on commit 3ea4a15

Please sign in to comment.