ixStartDistributedIndexingSession
Name
ixStartDistributedIndexingSession
Synopsis
OnixIndexingEngineT ixStartDistributedIndexingSession( OnixIndexCreationParamsT Options, StatusCodeT *Status)
Arguments
OnixIndexCreationParamsT: Parameters created with ixSetIndexCreationParams that determine the index properties.
Status: A pointer to a value of type StatusCodeT representing any error conditions.
Returns
An Indexing Engine Object of type OnixIndexingEngineT.
If an error occurred, Status will be set to the error number.
Description
To start indexing in a distributed index you must call ixStartDistributedIndexingSession. This is equivalent to the Indexing Engine Object returned by ixStartIndexingSession except that it prepares the extra files and objects for a distributed index. Notice that you must also pass in Index params. These typically must match the same parameters that you created the index with.
See Also
Distributed Indexing
ixEndDistributedIndexingSession, ixAppendDistributedDataToIndex, ixSetIndexCreationParams