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

ixStartRetrievalSession

NAME

 ixStartRetrievalSession

SYNOPSIS

void ixStartRetrievalSession(OnixIndexManagerT IndexManager, StatusCodeT *Status)

ARGUMENTS

IndexManager -- The index manager which was returned by a call to ixCreateIndexManager().

*Status  -- A pointer to the value Status which is used to report error and status conditions.

RETURNS

Nothing.

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

DESCRIPTION

ixStartRetrievalSession loads the index associated with IndexManager such that it may be searched.  IndexManager must have been associated with an open file by a call to ixOpenIndex().  This function must be called before any queries are performed on the index.

SEE ALSO

ixEndRetrievalSession