Skip to content

Commit 1f970a5

Browse files
authored
[DOCS] Fix fuzzy_rewrite ref in match query docs (#60237) (#60253)
1 parent 12524b8 commit 1f970a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/query-dsl/match-query.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ transpositions of two adjacent characters (ab → ba). Defaults to `true`.
8989
<<query-dsl-multi-term-rewrite, `rewrite` parameter>> for valid values and more
9090
information.
9191

92-
If the `fuzziness` parameter is not `0`, the `match` query uses a `rewrite`
92+
If the `fuzziness` parameter is not `0`, the `match` query uses a `fuzzy_rewrite`
9393
method of `top_terms_blended_freqs_${max_expansions}` by default.
9494
--
9595

0 commit comments

Comments
 (0)