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

A filter that decides which AttributeSource states to store in the sink.
Afficher le fichier Open project: paulirwin/lucene.net

Méthodes publiques

Méthode Description
accept ( AttributeSource source ) : bool

Returns true, iff the current state of the passed-in AttributeSource shall be stored in the sink.

reset ( ) : void

Called by SinkTokenStream#reset(). This method does nothing by default and can optionally be overridden.

Method Details

accept() public abstract méthode

Returns true, iff the current state of the passed-in AttributeSource shall be stored in the sink.
public abstract accept ( AttributeSource source ) : bool
source AttributeSource
Résultat bool

reset() public méthode

Called by SinkTokenStream#reset(). This method does nothing by default and can optionally be overridden.
public reset ( ) : void
Résultat void