mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
[DOCS] Correct stemmer token filters anchor
This commit is contained in:
parent
f08b3c93cb
commit
d67a1b47e4
1 changed files with 1 additions and 1 deletions
|
@ -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 <<analyzer-anatomy-token-filters,token
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue