Links
dtSearch Text Retrieval Engine Programmer's Reference
dtsIndexVerifyJob Structure
Classes | Send Feedback

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

struct dtsIndexVerifyJob : public dtsJobBase {
  const char * indexPath;
  long result;
};
File

dtsearch.h

Members
Members 
Description 
const char * indexPath; 
Location of the index to Verify 
long result; 
On return, result is 0 if the operation completed successfully and -1 if an error occurred. 
Remarks

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.

Group
Links
You are here: C++ API > Classes > dtsIndexVerifyJob Structure
Copyright (c) 1995-2008 dtSearch Corp. All rights reserved.