Close
dtSearch Text Retrieval Engine Programmer's Reference
dtsIndexMergeJob Structure

Passed to dtssMergeIndexes to merge two more indexes together.

File: dtsearch.h

Syntax
C++
struct dtsIndexMergeJob : public dtsJobBase { const char * indexesToMerge; long iTargetIndex; long fAllowConcurrentAccess; long fClearTarget; long result; long mergeFlags; };

Merging combines two or more indexes into a single target index. The resulting index will contain any documents that were present in any of the input indexes.