We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f5c3e commit 8ca7325Copy full SHA for 8ca7325
docs/reference/query-dsl/match-query.asciidoc
@@ -56,6 +56,10 @@ rewritten.
56
Fuzzy transpositions (`ab` -> `ba`) are allowed by default but can be disabled
57
by setting `fuzzy_transpositions` to `false`.
58
59
+Note that fuzzy matching is not applied to terms with synonyms, as under the hood
60
+these terms are expanded to a special synonym query that blends term frequencies,
61
+which does not support fuzzy expansion.
62
+
63
Here is an example when providing additional parameters (note the slight
64
change in structure, `message` is the field name):
65
0 commit comments