[DOCS] Fix fuzzy_rewrite ref in match query docs (#60237) (#60251)

This commit is contained in:
James Rodewig 2020-07-27 15:36:09 -04:00 committed by GitHub
parent cb4c21fa7b
commit 3bb58eb5c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,7 @@ transpositions of two adjacent characters (ab → ba). Defaults to `true`.
<<query-dsl-multi-term-rewrite, `rewrite` parameter>> for valid values and more
information.
If the `fuzziness` parameter is not `0`, the `match` query uses a `rewrite`
If the `fuzziness` parameter is not `0`, the `match` query uses a `fuzzy_rewrite`
method of `top_terms_blended_freqs_${max_expansions}` by default.
--