Class BaseCharFilter
- Base utility class for implementing a CharFilter.
- You subclass this, and then record mappings by calling
- AddOffCorrectMap(Int32, Int32), and then invoke the correct
- method to correct an offset.
Inherited Members
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public abstract class BaseCharFilter : CharFilter
Constructors
Name | Description |
---|---|
BaseCharFilter(CharStream) |
Properties
Name | Description |
---|---|
LastCumulativeDiff |
Methods
Name | Description |
---|---|
AddOffCorrectMap(Int32, Int32) | |
Correct(Int32) | |
GetLastCumulativeDiff() |