DotLucene 1.4 API Documentation

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 |