C# 클래스 org.apache.lucene.analysis.miscellaneous.PatternAnalyzer.FastStringTokenizer

Special-case class for best performance in common cases; this class is otherwise unnecessary.
상속: Tokenizer
파일 보기 프로젝트 열기: paulirwin/lucene.net

공개 메소드들

메소드 설명
FastStringTokenizer ( Reader input, bool isLetter, bool toLowerCase, CharArraySet stopWords ) : System
close ( ) : void
end ( ) : void
incrementToken ( ) : bool
reset ( ) : void

비공개 메소드들

메소드 설명
isStopWord ( string text ) : bool
isTokenChar ( char c, bool isLetter ) : bool

메소드 상세

FastStringTokenizer() 공개 메소드

public FastStringTokenizer ( Reader input, bool isLetter, bool toLowerCase, CharArraySet stopWords ) : System
input Reader
isLetter bool
toLowerCase bool
stopWords CharArraySet
리턴 System

close() 공개 메소드

public close ( ) : void
리턴 void

end() 공개 메소드

public end ( ) : void
리턴 void

incrementToken() 공개 메소드

public incrementToken ( ) : bool
리턴 bool

reset() 공개 메소드

public reset ( ) : void
리턴 void