Index Stems
This feature enables you to specify a stemmer for stem indexing.
Tokens are stemmed to a single base form at index time in addition to the normal forms. Specifying index stems enables better query performance for stem queries, for example $computed.
You can use this feature for all languages that are supported for the INDEX_STEMS attribute of BASIC_LEXER.
Related Topics