Apache Lucene.Net 2.4.0 Class Library API

SinkTokenizer.Add Method 

Override this method to cache only certain tokens, or new tokens based on the old tokens.

public virtual void Add(
   Token t
);

Parameters

t
The {@link Lucene.Net.Analysis.Token} to add to the sink

See Also

SinkTokenizer Class | Lucene.Net.Analysis Namespace