Unsupported anymore. Call {@link #NextDoc()} instead. This method throws {@link UnsupportedOperationException} if called.

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

Syntax

C#
[ObsoleteAttribute("use NextDoc() instead. This will be removed in 3.0")]
public virtual bool Next()
Visual Basic
<ObsoleteAttribute("use NextDoc() instead. This will be removed in 3.0")> _
Public Overridable Function Next As Boolean
Visual C++
[ObsoleteAttribute(L"use NextDoc() instead. This will be removed in 3.0")]
public:
virtual bool Next()

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Search.DocIdSetIterator.Next"]

See Also