Class TokenFilter
A TokenFilter is a TokenStream whose input is another TokenStream.
This is an abstract class; subclasses must override IncrementToken().
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public abstract class TokenFilter : TokenStream, IDisposable
Constructors
Name | Description |
---|---|
TokenFilter(TokenStream) | Construct a token stream filtering the given input. |
Fields
Name | Description |
---|---|
input | The source of tokens for this filter. |
Methods
Name | Description |
---|---|
Dispose(Boolean) | |
End() | Performs end-of-stream operations, if any, and calls then
NOTE: Be sure to call |
Reset() | Reset the filter as well as the input TokenStream. |