ixOpenIndex -- Opens a previously created index.
void ixOpenIndex(OnixIndexManagerT IndexManager, OnixFileSpecT File, StatusCodeT *Status)
IndexManager -- An Index manager object which was created by a call to ixCreateIndexManager().
File -- File Specification.
*Status -- Pointer to a number of type StatusCodeT.
Nothing
Status is set to an error value is an error condition occurs.
ixOpenIndex() reopens a previously created index. An index must be opened before indexing or searching. If you want to create an index, a call to ixCreateIndex() is needed. When you are finished using an index, it should be closed with a call to ixCloseIndex().