Document restrictions on fuzzy matching when using synonyms (#40783)
Relates to #25518 #41592
This commit is contained in:
parent
d548901855
commit
d7ab86db9c
|
@ -60,9 +60,6 @@ Note that fuzzy matching is not applied to terms with synonyms, as under the hoo
|
|||
these terms are expanded to a special synonym query that blends term frequencies,
|
||||
which does not support fuzzy expansion.
|
||||
|
||||
Here is an example when providing additional parameters (note the slight
|
||||
change in structure, `message` is the field name):
|
||||
|
||||
[source,js]
|
||||
--------------------------------------------------
|
||||
GET /_search
|
||||
|
|
Loading…
Reference in New Issue