MessageCodes are sent to callback functions during an index or search to update the caller on the status of the job.
Sent through dtsJobBase.pReportCallBack. See dtsMessage for documentation on structures passed to the callback.
Sent through IIndexStatusHandler and ISearchStatusHandler
Sent through IIndexStatusHandler
Members |
Description |
dtsnCheckForAbort |
Asks the calling application to give the user a chance to abort (i.e., check if the user has pressed a "cancel" button) |
dtsnJobClose |
Last message sent during execution of an index or search job. |
dtsnFirstSearchStatusMessage |
Status notification messages (searching), prefix = dtsnSearch |
dtsnSearchBegin |
Sent at the beginning of a search |
dtsnSearchDone |
Sent at the end of a search |
dtsnSearchWhere |
Sent during a search to indicate what is being searched. |
dtsnSearchFound |
Sent when a file is retrieved in a search. |
dtsnSearchUpdateTime |
Sent during a search periodically to update elapsed time display. |
dtsnSearchFileEncrypted |
Sent during an unindexed search when the input document is encrypted. |
dtsnSearchFileCorrupt |
Sent during an unindexed search when the input document is unreadable due to corruption. |
dtsnIndexBegin |
Sent at the start of an indexing job. |
dtsnIndexDone |
Sent at the end of an indexing job. |
dtsnIndexCreate |
Sent when an index is being created. |
dtsnIndexCheckingFiles |
Sent as dtSearch is checking files to see if they need to be indexed. |
dtsnIndexToAddUpdate |
As dtSearch checks the list of files to be indexed, this message will be sent updating the amount of text to be indexed. |
dtsnIndexAdded |
Obsolete |
dtsnIndexStartingFile |
Sent when dtSearch is starting to index a file. |
dtsnIndexFileProgress |
Sent when starting to index a file, periodically as the file is indexed, and when the file is done. |
dtsnIndexFileDone |
Sent when a file has been completely read. |
dtsnIndexFileOpenFail |
Sent when an attempt to open a file fails. |
dtsnIndexFileBinary |
Sent when a file is not indexed because (1) it seems to be binary, and (2) indexing of binary files is turned off. |
dtsnIndexMergeProgress |
Sent to update the status of an index update during the "merging words" step. |
dtsnIndexCompressProgress |
Sent to update compression progress. |
dtsnIndexFileEncrypted |
Sent when a file is not indexed because it is encrypted. |
dtsnIndexStoringWords |
Sent when words are being written to disk for merging. |
dtsnIndexStartingUpdate |
Sent when an index update begins |
dtsnIndexFilePartiallyEncrypted |
Indicates that a file was indexed but that part of the file could not be accessed due to encryption. |
dtsnIndexFilePartiallyCorrupt |
Indicates that a file was indexed but that part of the file could not be accessed due to data corruption. |
dtsnAutoCommitBegin |
Sent when an automatic index commit is starting (automatic commits are triggered by autoCommitIntervalMB). |
dtsnAutoCommitDone |
Sent when an automatic index commit is complete (automatic commits are triggered by autoCommitIntervalMB). |
dtsnIndexDeletedFileRemoved |
Sent when a file is removed from the index because it appears to have been deleted |
dtsnIndexListedFileRemoved |
Sent when a file is removed from the index because it was listed in the IndexJob to be removed |
dtsnIndexListedFileNotRemoved |
Sent when a file is NOT removed from the index, although it was listed in the IndexJob to be removed, because it was not found in the index |
dtsnIndexFolderInaccessible |
Sent when a folder could not be accessed to scan for documents to index |
dtsnIndexBeginThread |
First message sent from an indexing thread |
dtsnIndexEndThread |
Last message sent from an indexing thread |
dtsnIndexMergeJobProgress |
Sent during a merge |
dtsnIndexVerifyProgress |
Sent during verification of an index. |
Copyright (c) 1998-2023 dtSearch Corp. All rights reserved.
|