Class BrazilianStemFilter
A TokenFilter that applies BrazilianStemmer.
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.Br
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public sealed class BrazilianStemFilter : TokenFilter, IDisposable
Constructors
| Improve this Doc View SourceBrazilianStemFilter(TokenStream)
Creates a new BrazilianStemFilter
Declaration
public BrazilianStemFilter(TokenStream in)
Parameters
| Type | Name | Description |
|---|---|---|
| TokenStream | in | the source TokenStream |
Methods
| Improve this Doc View SourceIncrementToken()
Declaration
public override bool IncrementToken()
Returns
| Type | Description |
|---|---|
| System.Boolean |
Overrides
Implements
IDisposable