Close
dtSearch Engine API for Java
ListIndexJob.setOutputToString Method
Syntax
Java
public void setOutputToString(boolean newOutputToString);

Output can be directed to a string or to a disk file. For string output, use setOutputStringMaxSize to set the maximum size of the output string, and use getOutputString to access the result.