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 a value of type StatusCodeT representing any error conditions.
Returns
Nothing.
If an error occurred, Status will be set to the error number.
Description
ixStartRetrievalSession loads the index associated with IndexManager so that it may be searched. IndexManager must have been associated with an open file by a call to ixOpenIndex.
You must call this function before you perform any queries on the index.
See Also
Queries
ixEndRetrievalSession