File
File: dtsearch.h
Syntax
C++
struct dtsSearchProgressInfo {
long updateType;
dtsSearchFileInfo * currentFile;
long filesToSearch;
long filesSearched;
long totalHitCount;
long totalFileCount;
const char * currentIndexPath;
dtsSearchResultsItem * pFoundItem;
};
Members
Members |
Description |
---|---|
long updateType; |
A MessageCode identifying the reason for this update |
dtsSearchFileInfo * currentFile; |
Information about the file being searched (unindexed searches only) |
long filesToSearch; |
Number of disk files to be searched (unindexed searches only) |
long filesSearched; |
Number of files searched so far (unindexed searches only) |
long totalHitCount; |
Total hits count for all documents retrieved |
long totalFileCount; |
Total number of documents retrieved |
const char * currentIndexPath; |
The path of the index being searched (indexed searches only) |
dtsSearchResultsItem * pFoundItem; |
Information on the item found, if this is a dtsnSearchFound notification |
Group
Description
Reported through the status notification callback in a dtsSearchJob, and the OnProgressUpdate virtual function callback in DSearchJob