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 8cf4eb3 commit 8d5b75eCopy full SHA for 8d5b75e
docs/reference/query-dsl/match-query.asciidoc
@@ -75,6 +75,10 @@ rewritten.
75
Fuzzy transpositions (`ab` -> `ba`) are allowed by default but can be disabled
76
by setting `fuzzy_transpositions` to `false`.
77
78
+Note that fuzzy matching is not applied to terms with synonyms, as under the hood
79
+these terms are expanded to a special synonym query that blends term frequencies,
80
+which does not support fuzzy expansion.
81
+
82
[source,js]
83
--------------------------------------------------
84
GET /_search
0 commit comments