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 21c7608 commit 33d6898Copy full SHA for 33d6898
docs/reference/query-dsl/match-query.asciidoc
@@ -56,8 +56,9 @@ rewritten.
56
Fuzzy transpositions (`ab` -> `ba`) are allowed by default but can be disabled
57
by setting `fuzzy_transpositions` to `false`.
58
59
-Here is an example when providing additional parameters (note the slight
60
-change in structure, `message` is the field name):
+Note that fuzzy matching is not applied to terms with synonyms, as under the hood
+these terms are expanded to a special synonym query that blends term frequencies,
61
+which does not support fuzzy expansion.
62
63
[source,js]
64
--------------------------------------------------
0 commit comments