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
System.IDisposable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
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
System.IDisposable