The following tables list the members exposed by SearchJob.
Public Data Members
Filename filters to exclude documents from the search in an unindexed search. | |
In an unindexed search, the directories or files to search. | |
Filename filters to select documents to search in an unindexed search. | |
The full path of each index to search. |
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 |
Public Properties
Show:
No members matching the current filter
Set to a non-zero value to make the search automatically stop when this many documents were found. | |
Additional boolean conditions that a document must meet to be retrieved in a search. | |
Contains any error messages generated during the job. | |
Specify a relevance weight for hits that occur in listed fields (example: Subject:10,HtmlTitle:20) | |
File conditions that a document must meet to be retrieved in a search. | |
After a search, contains the number of files retrieved (this is the total number of documents matched, regardless of the MaxFilesToRetrieve setting). | |
If non-zero, the engine will match words that are close to but not identical to a search term. | |
After a search, contains the number of hits in all files retrieved. | |
Limit the maximum size of search results to a specified number of files. | |
Use to specify the maximum allowed length of a search request in characters | |
What to search for. | |
Returns the results of the search. | |
A SearchFilter with all matching documents selected | |
Flags controlling various search options. | |
Object to receive callback notifications when documents are found. | |
Set to a non-zero value to force the search to halt after a specified time. | |
Flags controlling various search options. | |
If set to true before a search, after the search ResultsAsFilter will contain a SearchFilter with all of the documents retrieved in this search. |
See Also