The properties of the SearchJob class are listed here.
Public Properties
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. | |
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