Close
dtSearch Text Retrieval Engine Programmer's Reference
dtsVerifyStatusInfo Structure

Status of an index verify job.

File: dtsearch.h

Syntax
C++
struct dtsVerifyStatusInfo { const char * text; long docsToVerify; long docsVerified; long wordsToVerify; long wordsVerified; long step; long percentDone; unsigned long kbytesInIndex; unsigned long kwordsInIndex; };

When an index is being verified, the dtSearch Engine will provide progress updates by passing a dtsVerifyStatusInfo structure back to a callback function.