ixSetFinalIndexDataPosition -- Tell Onix where to store the newly indexed data for a distributed index.
void ixSetFinalIndexDataPosition(OnixIndexingEngineT Indexer, OnixFileSpecT FileName, StatusCodeT *Status);
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.
Nothing
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.
ixFinalProcessIndex, ixEndIndexingSession, ixMakeIndexActive