Class PersianCharFilter

  • All Implemented Interfaces:
    Closeable, AutoCloseable, Readable

    public class PersianCharFilter
    extends org.apache.lucene.analysis.CharFilter
    CharFilter that replaces instances of Zero-width non-joiner with an ordinary space.
    • Constructor Detail

      • PersianCharFilter

        public PersianCharFilter​(org.apache.lucene.analysis.CharStream in)
    • Method Detail

      • read

        public int read​(char[] cbuf,
                        int off,
                        int len)
                 throws IOException
        Overrides:
        read in class org.apache.lucene.analysis.CharFilter
        Throws:
        IOException