OpenSearch/docs/reference/analysis
Tomasz Elendt a7c36c8af5 Support multiple tokens on LHS in stemmer_override rules (#56113) (#56484)
This commit adds support for rules with multiple tokens on LHS, also
known as "contraction rules", into stemmer override token
filter. Contraction rules are handy into translating multiple
inflected words into the same root form. One side effect of this change is
that it brings stemmer override rules format closer to synonym rules
format so that it makes it easier to translate one into another.

This change also makes stemmer override rules parser more strict so
that it should catch more errors which were previously accepted.

Closes #56113
2020-05-29 22:34:31 +02:00
..
analyzers [DOCS] Add stemming concept docs (#55156) 2020-04-24 11:01:28 -04:00
charfilters Fixed grammar in pattern replace char filter docs. (#46546) 2019-09-10 11:04:07 -07:00
tokenfilters Support multiple tokens on LHS in stemmer_override rules (#56113) (#56484) 2020-05-29 22:34:31 +02:00
tokenizers Add `max_token_length` setting to the CharGroupTokenizer (#56860) 2020-05-20 14:28:40 +02:00
analyzers.asciidoc [DOCS] Add tutorials section to analysis topic (#50809) 2020-01-16 13:12:06 -05:00
anatomy.asciidoc [DOCS] Add token graph concept docs (#53339) 2020-03-19 07:43:18 -04:00
charfilters.asciidoc [DOCS] Retitle analysis reference pages (#51071) 2020-01-16 12:30:51 -05:00
concepts.asciidoc [DOCS] Add stemming concept docs (#55156) 2020-04-24 11:01:28 -04:00
configure-text-analysis.asciidoc [DOCS] Fixed typo in jump link. (#52302) 2020-02-12 17:53:00 -08:00
index-search-time.asciidoc [DOCS] Fix typo in index and search analysis docs (#52988) 2020-03-02 07:25:01 -05:00
normalizers.asciidoc Backport of lowercase normalizer PR #53882 2020-04-03 11:43:40 +01:00
overview.asciidoc [DOCS] Add section ID to analysis overview page 2020-01-08 14:43:41 -06:00
specify-analyzer.asciidoc [DOCS] Rewrite analysis intro (#51184) 2020-01-30 09:32:16 -05:00
stemming.asciidoc [DOCS] Correct stemmer token filters anchor 2020-04-27 14:57:59 -04:00
testing.asciidoc [Docs] Fix typo in _analyze api docs (#53837) 2020-03-20 12:02:40 +01:00
token-graphs.asciidoc [DOCS] Add token graph concept docs (#53339) 2020-03-19 07:43:18 -04:00
tokenfilters.asciidoc [DOCS] Retitle analysis reference pages (#51071) 2020-01-16 12:30:51 -05:00
tokenizers.asciidoc [DOCS] Retitle analysis reference pages (#51071) 2020-01-16 12:30:51 -05:00