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

ixSetFinalIndexDataPosition

NAME

 ixSetFinalIndexDataPosition -- Tell Onix where to store the newly indexed data for a distributed index.

SYNOPSIS

 void ixSetFinalIndexDataPosition(OnixIndexingEngineT Indexer, OnixFileSpecT FileName, StatusCodeT *Status);

ARGUMENTS

Indexer  -- The indexing engine which was created by a call to ixStartIndexingSession

FileName -- Filename where the new index data is to be stored.

Status -- A pointer to a value of type StatusCodeT.  If an error occurs, it will be reported in Status.  Otherwise, Status will be set to a value of 0 or greater.

RETURNS

 Nothing

DESCRIPTION

If you are using a distributed index, you will need to call ixSetFinalIndexDataPosition sometime during your indexing session before you call ixEndIndexingSession or ixFinalProcessIndex. This tells Onix the name of the file where you would like the new index data stored. This should be a full path name so as to avoid any possible confusion.

SEE ALSO

 ixFinalProcessIndex, ixEndIndexingSession, ixMakeIndexActive