Links
dtSearch Text Retrieval Engine Programmer's Reference
dtengine::IndexingStep Enumeration
dten600.idl | Structs, Records, Enums | Send Feedback
[public]
enum IndexingStep {
  ixStepNone,
  ixStepBegin,
  ixStepCreatingIndex,
  ixStepCheckingFiles,
  ixStepReadingFiles,
  ixStepStoringWords,
  ixStepMerging,
  ixStepCompressing,
  ixStepDone,
  ixStepVerifyingIndex,
  ixStepMergingIndexes
};
File
Members
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 
Description

Current status of the indexing process, as returned through IndexJob.StatusIndexingStep

Group
Links
You are here: COM Interface > Structs, Records, Enums > dtengine::IndexingStep Enumeration
Copyright (c) 1995-2008 dtSearch Corp. All rights reserved.