Close
dtSearch Engine API for .NET Framework 2.x-4.x 2023.02
dtSearch::Engine::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

Members
Description
ixStepNone
Not started
ixStepBegin
Start of indexing job
ixStepCreatingIndex
An index is being created
ixStepCheckingFiles
Searching for files to be added to the index or checking files to see if they have already been indexed
ixStepReadingFiles
Parsing files into words and sorting the words
ixStepStoringWords
Storing word information to be added to the index
ixStepMerging
Adding words to the index
ixStepCompressing
Compressing the index
ixStepDone
Indexing complete
ixStepVerifyingIndex
Checking for index corruption
ixStepMergingIndexes
Merging two or more indexes into a single index
ixStepRemovingDeletedFiles
Checking all files in the index to see if they have been deleted
ixStepCommittingChanges
Committing index update