Class RussianLightStemFilter
A TokenFilter that applies RussianLightStemmer to stem Russian 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.Ru
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public sealed class RussianLightStemFilter : TokenFilter, IDisposable
  Constructors
| Improve this Doc View SourceRussianLightStemFilter(TokenStream)
Declaration
public RussianLightStemFilter(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