ixAppendDistributedDataToIndex
Name
ixAppendDistributedDataToIndex
Synopsis
void ixAppendDistributedDataToIndex( OnixIndexManagerT IndexManager, OnixFileSpecT FileName, StatusCodeT *Status)
Arguments
IndexManager: An index manager as returned from ixCreateIndexManager.
FileName: The filename of your index. This should match what you passed to ixSetFinalIndexDataFileNameAndPosition
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
Call ixAppendDistributedDataToIndex after you have finished adding data to a part of a distributed index and have called ixEndDistributedIndexingSession. ixAppendDistributedDataToIndex updates the main index so that it knows about the data you have just indexed. The filename you past must be the same name that you passed in ixSetFinalIndexDataFileNameAndPosition. The main index uses this information when searching the data.
See Also
Distributed Indexing
ixStartDistributedIndexingSession, ixSetFinalIndexDataFileNameAndPosition ixEndDistributedIndexingSession