Class CharFilter
Subclasses of CharFilter can be chained to filter CharStream.
They can be used as
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public abstract class CharFilter : CharStream
Constructors
Name | Description |
---|---|
CharFilter(CharStream) |
Fields
Name | Description |
---|---|
input |
Methods
Name | Description |
---|---|
Correct(Int32) | Subclass may want to override to correct the current offset. |
CorrectOffset(Int32) | Chains the corrected offset through the input CharFilter. |
Dispose(Boolean) | |
Mark(Int32) | |
MarkSupported() | |
Read(Char[], Int32, Int32) | |
Reset() |