The methods of the SearchJob class are listed below. For a complete list of SearchJob class members, see the SearchJob Members topic.
AbortThread | Aborts a SearchJob started using ExecuteInThread. |
Dispose (inherited from dtSearch.Engine.DisposableObject) | |
Execute | Executes the search and returns when the search is complete. |
ExecuteInThread | Starts a separate thread to execute the IndexJob and returns immediately. |
IsThreadDone | Checks whether a SearchJob started using ExecuteInThread is done. |
IsThreadDoneWait | 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. |
SetFilter | Apply a search filter to the search that can be used to exclude or permit specified documents to be returned in search results. |
SearchJob Class | dtSearch.Engine Namespace