Values for dtsVerifyStatusInfo.step
enum VerifyStep { dtsIndexVerifyCheckingDocs = 1, dtsIndexVerifyCheckingWords = 2, dtsIndexVerifyCorrupt = 3, dtsIndexVerifyDone = 4 };
dtsearch.h
|
Members |
Description |
|
dtsIndexVerifyCheckingDocs = 1 |
Checking document records |
|
dtsIndexVerifyCheckingWords = 2 |
Checking words |
|
dtsIndexVerifyCorrupt = 3 |
Index is corrupt |
|
dtsIndexVerifyDone = 4 |
Done verifying index |
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|