Package org.apache.lucene.analysis.fa
Class PersianCharFilter
java.lang.Object
java.io.Reader
org.apache.lucene.analysis.CharFilter
org.apache.lucene.analysis.fa.PersianCharFilter
- All Implemented Interfaces:
Closeable,AutoCloseable,Readable
CharFilter that replaces instances of Zero-width non-joiner with an
ordinary space.
-
Field Summary
Fields inherited from class org.apache.lucene.analysis.CharFilter
input -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.lucene.analysis.CharFilter
close, correctOffset
-
Constructor Details
-
PersianCharFilter
-
-
Method Details
-
read
- Specified by:
readin classReader- Throws:
IOException
-
read
- Overrides:
readin classReader- Throws:
IOException
-
correct
protected int correct(int currentOff) Description copied from class:CharFilterSubclasses override to correct the current offset.- Specified by:
correctin classCharFilter- Parameters:
currentOff- current offset- Returns:
- corrected offset
-