dtSearch Text Retrieval Engine .NET interface

IndexingStep Enumeration

Values for IndexJob.StatusIndexingStep

public enum IndexingStep

Members

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

Requirements

Namespace: dtSearch.Engine

Assembly: dtSearchNetApi (in dtSearchNetApi.dll)

See Also

dtSearch.Engine Namespace