C# 클래스 org.apache.lucene.analysis.sinks.TeeSinkTokenFilter.SinkTokenStream

TokenStream output from a tee with optional filtering.
상속: TokenStream
파일 보기 프로젝트 열기: paulirwin/lucene.net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
SinkTokenStream System.Collections.Generic
accept bool
addState void

공개 메소드들

메소드 설명
end ( ) : void
incrementToken ( ) : bool
reset ( ) : void

비공개 메소드들

메소드 설명
SinkTokenStream ( AttributeSource source, SinkFilter filter ) : System.Collections.Generic
accept ( AttributeSource source ) : bool
addState ( AttributeSource state ) : void

메소드 상세

end() 공개 메소드

public end ( ) : void
리턴 void

incrementToken() 공개 메소드

public incrementToken ( ) : bool
리턴 bool

reset() 공개 메소드

public reset ( ) : void
리턴 void