Links
dtSearch Text Retrieval Engine Programmer's Reference
Merging indexes
Building and Maintaining Indexes

How to merge two or more indexes into a single index.

Remarks

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.

Group
Links
API
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 
You are here: Overviews > Building and Maintaining Indexes > Merging indexes
Copyright (c) 1995-2008 dtSearch Corp. All rights reserved.