Close
dtSearch Text Retrieval Engine Programmer's Reference
IndexingStep Enumeration

Describes the current status of the indexer 

 

API

C++: Returned through dtsIndexProgressInfo.step 

.NET: Returned through IndexProgressInfo and IndexJob.StatusIndexingStep 

Java: Returned through IndexProgressInfo

File: dtsearch.h

Syntax
C++
enum IndexingStep { ixStepNone = 0, ixStepBegin = 1, ixStepCreatingIndex = 2, ixStepCheckingFiles = 3, ixStepReadingFiles = 4, ixStepStoringWords = 5, ixStepMerging = 6, ixStepCompressing = 7, ixStepDone = 8, ixStepVerifyingIndex = 9, ixStepMergingIndexes = 10, ixStepRemovingDeletedFiles = 11, ixStepCommittingChanges = 12 };