Close
dtSearch Engine API for Java
SearchResults Class

The SearchResults object provides access to the results of an in-memory search.

File: SearchResults.java 

Package: com.dtsearch.engine 

Syntax
Java
public class SearchResults;

To create a SearchResults object containing the results of a search,

  1. Set up a SearchJob to perform the search.
  2. Call setMaxFilesToRetrieve to specify the maximum size of the SearchResults set.
  3. Call execute() to execute the search()
  4. After the search is complete, call the SearchJob's getResults method to get the search results.
com.dtsearch.engine.SearchResults