Apache Lucene.Net 2.4.0 Class Library API

SinkTokenizer.Reset Method

Reset the internal data structures to the start at the front of the list of tokens. Should be called if tokens were added to the list after an invocation of {@link #Next(Token)}

Overload List

Reset the internal data structures to the start at the front of the list of tokens. Should be called if tokens were added to the list after an invocation of {@link #Next(Token)}

public override void Reset();

Inherited from Tokenizer.

public virtual void Reset(TextReader);

See Also

SinkTokenizer Class | Lucene.Net.Analysis Namespace