C# Class org.apache.lucene.analysis.sinks.TeeSinkTokenFilter.SinkTokenStream

TokenStream output from a tee with optional filtering.
Inheritance: TokenStream
Afficher le fichier Open project: paulirwin/lucene.net Class Usage Examples

Private Properties

Свойство Type Description
SinkTokenStream System.Collections.Generic
accept bool
addState void

Méthodes publiques

Méthode Description
end ( ) : void
incrementToken ( ) : bool
reset ( ) : void

Private Methods

Méthode Description
SinkTokenStream ( AttributeSource source, SinkFilter filter ) : System.Collections.Generic
accept ( AttributeSource source ) : bool
addState ( AttributeSource state ) : void

Method Details

end() public méthode

public end ( ) : void
Résultat void

incrementToken() public méthode

public incrementToken ( ) : bool
Résultat bool

reset() public méthode

public reset ( ) : void
Résultat void