ixEndDistributedIndexingSession
Name
ixEndDistributedIndexingSession
Synopsis
void ixEndDistributedIndexingSession( OnixIndexingEngineT Indexer, StatusCodeT *Status)
Arguments
IndexManager: An index manager as returned from ixCreateIndexManager.
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
When you have finished adding data to a distributed index you must call this function to let Onix finalize the indexing. After you call this function be sure to call ixAppendDistribtedDataToIndex to connect the indexed data to the main index.
See Also
Distributed Indexing
ixStartDistributedIndexingSession, ixEndDistributedIndexingSession, ixAppendDistributedDataToIndex, ixStartIndexingSession