Dependencies
For stemming to work at search-time, you must first create stemmed forms at indexing time. For details, see Snowball Stemmer.
DependenciesFor stemming to work at search-time, you must first create stemmed forms at indexing time. For details, see Snowball Stemmer. Stemming vs LemmatizationStemming is the simpler method, as it seeks to find the root (the stem) of a word by cutting off endings. For example:
By contrast, lemmatization uses a more complex morphological analysis to find the singular or masculine form of nouns and adjectives.
Stemming RulesDepending on the language, two kinds of rule dictionaries are used:
For stemming to work, the words must have been extracted from text at indexing time (this is the default configuration). Stemming OptionsWhen configuring a prefix handler’s query expansion, the following stemming options are available.
|