ixOutputStatsFile
Name
ixOutputStatsFile
Synopsis
void ixOutputStatsFile( OnixIndexManagerT IndexManager,OnixFileSpecT FileName,StatusCodeT *Status )
Arguments
IndexManager: An index manager created with a call to ixCreateIndexManager() which has an index open with a retrieval session in progress.
FileName: A file path to save the statistical file to.
Status: A pointer to a value of type StatusCodeT representing any error conditions.
Returns
Nothing.
Description
This function saves a statistical file representing information about your index to disk. It doesn't contain the entire index, just statistics about your word list.
Typically you will never call this function and the file format is not documented. It is intended for interoperability between Onix and other toolkits sold by LexTek.
See Also