ixReloadIndex
Name
ixReloadIndex
Synopsis
void ixReloadIndex(OnixIndexManagerT IndexManager, StatusCodeT *Status)
Arguments
IndexManager: An index manager which was created with ixCreateIndexManager and which has an opened index associated with it via ixOpenIndex.
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
At times, it is useful to reopen the index. This is the same as closing and then reopening the index via ixCloseIndex and ixOpenIndex. The 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.
See Also
Opening Indexes
ixOpenIndex, ixCloseIndex