OpenSearch/docs/reference/analysis
Clinton Gormley 673ef3db3f The StemmerTokenFilter had a number of issues:
* `english` returned the slow snowball English stemmer
* `porter2` returned the snowball Porter stemmer (v1)
* `portuguese` was used twice, preventing the second version from working

Changes:

* `english` now returns the fast PorterStemmer (for indices created from v1.3.0 onwards)
* `porter2` now returns the snowball English stemmer (for indices created from v1.3.0 onwards)
* `light_english` now returns the `kstem` stemmer (`kstem` still works)
* `portuguese_rslp` returns the PortugueseStemmer
* `dutch_kp` is a synonym for `kp`

Tests and docs updated

Fixes #6345
Fixes #6213
Fixes #6330
2014-06-11 12:30:16 +02:00
..
analyzers Docs: Fixed a bad ref on lang analyzers page 2014-06-09 23:03:12 +02:00
charfilters [DOCS] Fixed a typo 2014-05-06 10:28:13 +02:00
tokenfilters The StemmerTokenFilter had a number of issues: 2014-06-11 12:30:16 +02:00
tokenizers Update keyword-tokenizer.asciidoc 2014-05-07 15:04:07 +02:00
analyzers.asciidoc Referring to stop analyzer for stopword docs #329 2014-01-14 11:53:30 +01:00
charfilters.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
icu-plugin.asciidoc [DOCS] Updated ICU-Plugin docs from the repo README 2013-10-05 16:31:52 +02:00
tokenfilters.asciidoc Docs: Documented the cjk_width and cjk_bigram token filters 2014-06-09 22:40:58 +02:00
tokenizers.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00