메소드 | 설명 | |
---|---|---|
ClassicFilter ( TokenStream @in ) : Lucene.Net.Analysis.Tokenattributes |
Construct filtering in.
|
|
IncrementToken ( ) : bool |
Returns the next token in the stream, or null at EOS. Removes 's from the end of words. Removes dots from acronyms.
|
public ClassicFilter ( TokenStream @in ) : Lucene.Net.Analysis.Tokenattributes | ||
@in | TokenStream | |
리턴 | Lucene.Net.Analysis.Tokenattributes |