Close
dtSearch Engine API for Java
SearchJob.setIndexesToSearch Method
Syntax
Java
public void setIndexesToSearch(String newIndexesToSearch);

 

List of indexes to search. 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:

c:docsindex "d:My DocumentsIndex"