The Main Manual Page Dynamic API Documentation CD-ROM API Documentation About Onix Types About Onix Errors Onix's Web Site at Lextek International Lextek International Onix Full Text Indexing and Retrieval Toolkit

ixVectorRewind

NAME

ixVectorRewind

SYNOPSIS

void ixVectorRewind(OnixQueryVectorT Vector, StatusCodeT *Status)

ARGUMENTS

 Vector -- A vector which was created by a call to a routine which creates vectors.  (Such as ixProcessQuery or ixCreateResultVector.)

Status -- A pointer to a value of type StatusCodeT

RETURNS

Nothing.

If an error occurs, Status will be set to an error value.

DESCRIPTION

 
ixVectorRewind is used to move to the beginning of a query vector or results list.  So, for example if you have reached the end of a results list returned from ixProcessQuery and would like to move to the beginning of the query vector, ixVectorRewind is the function of choice.

SEE ALSO

 ixVectorPreviousHit, ixVectorNextHit, ixVectorNextHit