Close
dtSearch Engine API for Java
SearchResults.newSearchReportJob Method
Syntax
Java
public SearchReportJob newSearchReportJob();

Use a SearchReportJob to generate a search report from some or all of the items listed in a SearchResults object. To create a SearchReportJob, call the SearchResults object's NewSearchReportJob method. Then set up the properties of the SearchReportJob to reflect the format of the report you want to create call the execute method of the SearchReportJob to create the report.