ixGetNumberOfUnoptimizedInsertions
Name
ixGetNumberOfUnoptimizedInsertions
Synopsis
int ixGetNumberOfUnoptimizedInsertions( OnixIndexManagerT IndexManager )
Arguments
IndexManager: An index manager which was created with ixCreateIndexManager and which has an opened index associated with it via ixOpenIndex.
Returns
The number of indexing sessions that have not been optimized.
If an error occurred, Status will be set to the error number.
Description
Use this to get the total number of indexing sessions which have not yet been optimized. In general you will not need to use this function unless you have a very dynamic index with many indexing sessions that need optimized.
See Also
Index Statistics
ixEndIndexingSession