Close
dtSearch Text Retrieval Engine Programmer's Reference
dtsIndexVerifyJob Structure

dtsIndexVerifyJob is passed to dtssVerifyIndex, and is used to verify that an index is in good condition.

File: dtsearch.h

Syntax
C++
struct dtsIndexVerifyJob : public dtsJobBase { const char * indexPath; long result; };

To verify an index, dtSearch scans all structures in the index and performs many detailed checks to validate all data in the index for consistency. While the job is executing, dtsnIndexVerifyProgress messages will be sent through the pReportCallBack function with a dtsVerifyStatusInfo attached to the dtsMessage's ptrParam.