public static abstract class

TeeSinkTokenFilter.SinkFilter

extends Object
java.lang.Object
   ↳ org.apache.lucene.analysis.TeeSinkTokenFilter.SinkFilter

Class Overview

A filter that decides which AttributeSource states to store in the sink.

Summary

Public Constructors
TeeSinkTokenFilter.SinkFilter()
Public Methods
abstract boolean accept(AttributeSource source)
Returns true, iff the current state of the passed-in AttributeSource shall be stored in the sink.
void reset()
Called by reset().
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public TeeSinkTokenFilter.SinkFilter ()

Public Methods

public abstract boolean accept (AttributeSource source)

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

public void reset ()

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

Throws
IOException