How to merge two or more indexes into a single index.
Merging indexes combines two or more indexes into a single index, which contains any document that was in any of the merged indexes.
If the same document appears in more than one of the merged indexes, only the most recent version of the document (based on the modification date recorded in the index) will appear in the merged index.
|
Language |
API |
|
C/C++ |
DIndexMergeJob or dtsIndexMergeJob |
|
.NET (C#, VB.NET) |
dtSearch.Engine.IndexJob, set ActionMerge = true |
|
Java |
com.dtsearch.engine.IndexJob, setActionMerge(true) |
|
COM (Visual Basic, ASP) |
IIndexJob (IndexJob) object, set ActionMerge = true |
|
Copyright (c) 1995-2008 dtSearch Corp. All rights reserved.
|