ixReloadIndex()
void ixReloadIndex(OnixIndexManagerT IndexManager,StatusCodeT *Status);
IndexManager -- An index manager which was created with ixCreateIndexManager and which has an opened index associated with it via ixOpenIndex.
*Status -- Pointer to a value of type StatusCodeT
Nothing.
At times, it is useful to reopen the index. This is the same as closing and then reopening the index via ixCloseIndex and ixOpenIndex. One advantage is that you do not need to know the filename of the index which ixOpenIndex would require. Any records which may have been deleted are committed to the index if the IndexManager has read/write access.