Lucene.Net 1.4.3 Class Library

MultipleTermPositions.SkipTo Method 

Describe

skipTo
method here.

public bool SkipTo(
   int target
);

Parameters

target
an
int
value

Return Value

a

boolean
value

Implements

TermDocs.SkipTo

Exceptions

Exception Type Condition
IOException if an error occurs

See Also

MultipleTermPositions Class | Lucene.Net.Index Namespace | TermDocs#SkipTo