C# Класс org.apache.lucene.analysis.sinks.TeeSinkTokenFilter.SinkFilter

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

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

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

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

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

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
Результат bool

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

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