Skip to content

Commit

Permalink
Document restrictions on fuzzy matching when using synonyms (#40783)
Browse files Browse the repository at this point in the history
Relates to #25518 #41592
  • Loading branch information
romseygeek authored and debadair committed Apr 26, 2019
1 parent d548901 commit d7ab86d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/reference/query-dsl/match-query.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d7ab86d

Please sign in to comment.