C# Класс Lucene.Net.Analysis.Sinks.TeeSinkTokenFilter.SinkFilter

A filter that decides which AttributeSource states to store in the sink.
Показать файл Открыть проект

Открытые методы

Метод Описание
Accept ( Lucene.Net.Util.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.

Описание методов

Accept() публичный абстрактный Метод

Returns true, iff the current state of the passed-in AttributeSource shall be stored in the sink.
public abstract Accept ( Lucene.Net.Util.AttributeSource source ) : bool
source Lucene.Net.Util.AttributeSource
Результат bool

Reset() публичный Метод

Called by SinkTokenStream#reset(). This method does nothing by default and can optionally be overridden.
public Reset ( ) : void
Результат void