Class FinnishLightStemFilter
A TokenFilter that applies FinnishLightStemmer to stem Finnish words.
To prevent terms from being stemmed use an instance of SetKeywordMarkerFilter or a custom TokenFilter that sets the KeywordAttribute before this TokenStream.
Implements
IDisposable
  Inherited Members
Namespace: Lucene.Net.Analysis.Fi
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public sealed class FinnishLightStemFilter : TokenFilter, IDisposable
  Constructors
| Improve this Doc View SourceFinnishLightStemFilter(TokenStream)
Declaration
public FinnishLightStemFilter(TokenStream input)
  Parameters
| Type | Name | Description | 
|---|---|---|
| TokenStream | input | 
Methods
| Improve this Doc View SourceIncrementToken()
Declaration
public override bool IncrementToken()
  Returns
| Type | Description | 
|---|---|
| System.Boolean | 
Overrides
Implements
      IDisposable