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

If true, output will be stored in an in-memory string variable rather than a disk file. (OutputFile will be ignored.) After the execute method is done, the output will be in the OutputString property.