Returns the next {@link Token} in the stream, or null at EOS.

Namespace: Lucene.Net.Analysis
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
[ObsoleteAttribute("The returned Token is a "full private copy" (not re-used across calls to Next()) but will be slower than calling {@link #Next(Token)} or using the new IncrementToken() method with the new AttributeSource API.")]
public virtual Token Next()
Visual Basic
<ObsoleteAttribute("The returned Token is a "full private copy" (not re-used across calls to Next()) but will be slower than calling {@link #Next(Token)} or using the new IncrementToken() method with the new AttributeSource API.")> _
Public Overridable Function Next As Token
Visual C++
[ObsoleteAttribute(L"The returned Token is a "full private copy" (not re-used across calls to Next()) but will be slower than calling {@link #Next(Token)} or using the new IncrementToken() method with the new AttributeSource API.")]
public:
virtual Token^ Next()

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Analysis.TokenStream.Next"]

See Also