Class TeeSinkTokenFilter.SinkFilter
A filter that decides which Lucene.Net.Util.AttributeSource states to store in the sink.
Inheritance
System.Object
TeeSinkTokenFilter.SinkFilter
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public abstract class SinkFilter : object
Methods
Name | Description |
---|---|
Accept(AttributeSource) | Returns true, iff the current state of the passed-in Lucene.Net.Util.AttributeSource shall be stored in the sink. |
Reset() | Called by Reset(). This method does nothing by default and can optionally be overridden. |