C# 클래스 Lucene.Net.Documents.Field.StringTokenStream

상속: Lucene.Net.Analysis.TokenStream
파일 보기 프로젝트 열기: paulirwin/lucene.net

Private Properties

프로퍼티 타입 설명
InitializeInstanceFields void
StringTokenStream System

공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void
End ( ) : void
IncrementToken ( ) : bool
Reset ( ) : void

비공개 메소드들

메소드 설명
InitializeInstanceFields ( ) : void
StringTokenStream ( ) : System

Creates a new TokenStream that returns a String as single token.

Warning: Does not initialize the value, you must call #setValue(String) afterwards!

메소드 상세

Dispose() 공개 메소드

public Dispose ( bool disposing ) : void
disposing bool
리턴 void

End() 공개 메소드

public End ( ) : void
리턴 void

IncrementToken() 공개 메소드

public IncrementToken ( ) : bool
리턴 bool

Reset() 공개 메소드

public Reset ( ) : void
리턴 void