How to determine that an index is not damaged or corrupt.
To verify an index, dtSearch scans all structures in the index and performs many detailed checks to validate all data in the index for consistency.
A quick way to check than an index is present and generally intact is to create a WordListBuilder and open it with the index path. If the WordListBuilder can be opened, all files in the index are at least present.
|
Language |
API |
|
C/C++ |
DIndexVerifyJob or dtsIndexVerifyJob |
|
.NET (C#, VB.NET) |
dtSearch.Engine.IndexJob, set ActionVerify = true |
|
Java |
com.dtsearch.engine.IndexJob, setActionVerify(true) |
|
COM (Visual Basic, ASP) |
IIndexJob (IndexJob) object, set ActionVerify = true |
|
Copyright (c) 1995-2008 dtSearch Corp. All rights reserved.
|