C# Class Lucene.Net.Analysis.Fa.PersianCharFilter

CharFilter that replaces instances of Zero-width non-joiner with an ordinary space.
Inheritance: CharFilter
Datei anzeigen Open project: apache/lucenenet

Public Methods

Method Description
PersianCharFilter ( TextReader @in ) : System.IO
Read ( ) : int
Read ( char cbuf, int off, int len ) : int

Protected Methods

Method Description
Correct ( int currentOff ) : int

Method Details

Correct() protected method

protected Correct ( int currentOff ) : int
currentOff int
return int

PersianCharFilter() public method

public PersianCharFilter ( TextReader @in ) : System.IO
@in System.IO.TextReader
return System.IO

Read() public method

public Read ( ) : int
return int

Read() public method

public Read ( char cbuf, int off, int len ) : int
cbuf char
off int
len int
return int