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 |
---|---|
Char |
Fields
Name | Description |
---|---|
input |
Methods
Name | Description |
---|---|
Correct(Int32) | Subclass may want to override to correct the current offset. |
Correct |
Chains the corrected offset through the input CharFilter. |
Dispose(Boolean) | |
Mark(Int32) | |
Mark |
|
Read(Char[], Int32, Int32) | |
Reset() |