The Main Manual Page Dynamic API Documentation CD-ROM API Documentation About Onix Types About Onix Errors Onix's Web Site at Lextek International Lextek International Onix Full Text Indexing and Retrieval Toolkit

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 -- Pointer to a value of type StatusCodeT

RETURNS

Nothing.

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. 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.

SEE ALSO

ixOpenIndex, ixCloseIndex