The methods of the SearchJob class are listed here.
Public Methods
Aborts a SearchJob started using ExecuteInThread. | |
Executes the search and returns when the search is complete. | |
Starts a separate thread to execute the SearchJob and returns immediately. | |
Checks whether a SearchJob started using ExecuteInThread is done. | |
Returns true immediately if the thread is done; otherwise waits up to millisecondsToWait for the thread to finish, then returns false if the thread is not done yet. | |
Apply a search filter to the search that can be used to exclude or permit specified documents to be returned in search results. | |
Use an IndexCache for this SearchJob |
See Also