ixStartRetrievalSession
void ixStartRetrievalSession(OnixIndexManagerT IndexManager, StatusCodeT *Status)
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.
Nothing.
If an error condition occurs, Status will be set to an error condition.
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.