From d67a1b47e4450dfd048ca087f73d6ca1f9ac1294 Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Mon, 27 Apr 2020 14:56:25 -0400 Subject: [PATCH] [DOCS] Correct stemmer token filters anchor --- docs/reference/analysis/stemming.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/analysis/stemming.asciidoc b/docs/reference/analysis/stemming.asciidoc index 1c432d8fe6d8..4ca84a963af0 100644 --- a/docs/reference/analysis/stemming.asciidoc +++ b/docs/reference/analysis/stemming.asciidoc @@ -16,7 +16,7 @@ example, `jumping` and `jumpiness` can both be stemmed to `jumpi`. While `jumpi` isn't a real English word, it doesn't matter for search; if all variants of a word are reduced to the same root form, they will match correctly. -[[temmer-token-filters]] +[[stemmer-token-filters]] ==== Stemmer token filters In {es}, stemming is handled by stemmer <