Unsupported anymore. Call {@link #Advance(int)} 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 Advance(int) instead. This will be removed in 3.0")]
public virtual bool SkipTo(
	int target
)
Visual Basic
<ObsoleteAttribute("use Advance(int) instead. This will be removed in 3.0")> _
Public Overridable Function SkipTo ( _
	target As Integer _
) As Boolean
Visual C++
[ObsoleteAttribute(L"use Advance(int) instead. This will be removed in 3.0")]
public:
virtual bool SkipTo(
	int target
)

Parameters

target
Type: System..::..Int32

[Missing <param name="target"/> documentation for "M:Lucene.Net.Search.DocIdSetIterator.SkipTo(System.Int32)"]

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Search.DocIdSetIterator.SkipTo(System.Int32)"]

See Also