Class SwedishMinimalStemFilter

All Implemented Interfaces:
Closeable, AutoCloseable, Unwrappable<TokenStream>

public final class SwedishMinimalStemFilter extends TokenFilter
A TokenFilter that applies SwedishMinimalStemmer to stem Swedish words.

To prevent terms from being stemmed use an instance of SetKeywordMarkerFilter or a custom TokenFilter that sets the KeywordAttribute before this TokenStream.

Since:
9.0.0