Values for IndexJob.StatusIndexingStep
| Member Name | Description |
|---|---|
| ixStepMergingIndexes | Merging two or more indexes into a single index |
| ixStepVerifyingIndex | The index is being verified |
| ixStepDone | Done indexing |
| ixStepCompressing | Compressing the index to remove obsolete information |
| ixStepMerging | Merging words into the index |
| ixStepStoringWords | Storing word references in the index |
| ixStepReadingFiles | Reading input files and extracting words |
| ixStepCheckingFiles | Checking files to see which files need to be reindexed |
| ixStepCreatingIndex | Creating index |
| ixStepBegin | Indexing started |
| ixStepNone | No indexing in progress |
Namespace: dtSearch.Engine
Assembly: dtSearchNetApi (in dtSearchNetApi.dll)