Class StempelFilter
Transforms the token stream as per the stemming algorithm.
Note: the input to the stemming filter must already be in lower case, so you
will need to use LowerCaseFilter or LowerCaseTokenizer farther down the
Inheritance
System.Object
StempelFilter
Assembly: Lucene.Net.Analysis.Stempel.dll
Syntax
public sealed class StempelFilter : TokenFilter
Constructors
Name | Description |
---|---|
StempelFilter(TokenStream, StempelStemmer) | Create filter using the supplied stemming table. |
StempelFilter(TokenStream, StempelStemmer, Int32) | Create filter using the supplied stemming table. |
Fields
Name | Description |
---|---|
DEFAULT_MIN_LENGTH | Minimum length of input words to be processed. Shorter words are returned unchanged. |
Methods
Name | Description |
---|---|
IncrementToken() | Returns the next input |