org.apache.lucene.analysis.fa
Class PersianCharFilter
java.lang.Object
java.io.Reader
org.apache.lucene.analysis.CharStream
org.apache.lucene.analysis.CharFilter
org.apache.lucene.analysis.fa.PersianCharFilter
- All Implemented Interfaces:
- Closeable, Readable
public class PersianCharFilter
- extends CharFilter
CharFilter that replaces instances of Zero-width non-joiner with an
ordinary space.
Method Summary |
int |
read(char[] cbuf,
int off,
int len)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersianCharFilter
public PersianCharFilter(CharStream in)
read
public int read(char[] cbuf,
int off,
int len)
throws IOException
- Overrides:
read
in class CharFilter
- Throws:
IOException
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.