Class HindiStemFilter
A TokenFilter that applies HindiStemmer to stem Hindi words.
Implements
IDisposable
  Inherited Members
Namespace: Lucene.Net.Analysis.Hi
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public sealed class HindiStemFilter : TokenFilter, IDisposable
  Constructors
| Improve this Doc View SourceHindiStemFilter(TokenStream)
Declaration
public HindiStemFilter(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