Close
dtSearch Engine API for Java
IndexJob.setIndexesToMerge Method

List of indexes to merge into the target index (IndexPath). ActionMerge must be true for the merge to occur.

Syntax
Java
public void setIndexesToMerge(String indexesToMerge);

For each index, provide the full path to the index. If more than one index path is provided, separate the paths with spaces. If a path contains a space, use quotation marks around the path. Example: 

Example:

c:docsindex "d:My DocumentsIndex"