Values for IndexProgressInfo.UpdateType, which indicates the reason for a callback sent through IIndexStatusHandler
| Member Name | Description |
|---|---|
| dtsnIndexVerifyProgress | Index verify in progress |
| dtsnIndexMergeJobProgress | Index merge (combining one or more indexes) in progress |
| dtsnLastIndexStatusMessage | |
| dtsnIndexStartingUpdate | Index update starting |
| dtsnIndexStoringWords | Words read from one or more files are being stored in the index |
| dtsnIndexFileEncrypted | File could not be indexed because of encryption |
| dtsnIndexCompressProgress | Compressing an index |
| dtsnIndexMergeProgress | Storing words in the index ("merge" in this context means merging into the main word list) |
| dtsnIndexFileBinary | File not indexed because it is not in a recognized file format, and Options.BinaryFiles = dtsoIndexSkipBinary |
| dtsnIndexFileOpenFail | File could not be opened, either due to an access error or file format problem |
| dtsnIndexFileDone | File indexed successfully |
| dtsnIndexFileProgress | Indexing a file |
| dtsnIndexStartingFile | Starting to index a file |
| dtsnIndexAdded | Update to number of files/bytes added so far |
| dtsnIndexToAddUpdate | Update to amount of text to be indexed |
| dtsnIndexCheckingFiles | dtSearch is checking files to see if they need to be indexed. |
| dtsnIndexCreate | Index is being created |
| dtsnIndexDone | End of an indexing job |
| dtsnIndexBegin | Start of an indexing job. |
Namespace: dtSearch.Engine
Assembly: dtSearchNetApi (in dtSearchNetApi.dll)