Apache Lucene.Net 2.4.0 Class Library API

TokenStream.Next Method

Returns the next token in the stream, or null at EOS. @deprecated The returned Token is a "full private copy" (not re-used across calls to next()) but will be slower than calling {@link #Next(Token)} instead..

Overload List

Returns the next token in the stream, or null at EOS. @deprecated The returned Token is a "full private copy" (not re-used across calls to next()) but will be slower than calling {@link #Next(Token)} instead..

public virtual Token Next();

 

public virtual Token Next(Token);

See Also

TokenStream Class | Lucene.Net.Analysis Namespace