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

ixOpenIndex

NAME

 ixOpenIndex -- Opens a previously created index.

SYNOPSIS

 void ixOpenIndex(OnixIndexManagerT IndexManager,   OnixFileSpecT File, StatusCodeT *Status)

 ARGUMENTS

 IndexManager --  An Index manager object which was created by a call to ixCreateIndexManager().

 File   -- File Specification.

 *Status  -- Pointer to a number of type StatusCodeT.

RETURNS

 Nothing
 Status is set to an error value is an error condition occurs.

DESCRIPTION

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

SEE ALSO

ixCloseIndex, ixCreateIndex