dtSearch Text Retrieval Engine .NET interface

SearchJob Properties

The properties of the SearchJob class are listed below. For a complete list of SearchJob class members, see the SearchJob Members topic.

Public Instance Properties

AutoStopLimit Set to a non-zero value to make the search automatically stop when this many documents were found.
BooleanConditions Additional boolean conditions that a document must meet to be retrieved in a search.
Errors Contains any error messages generated during the search.
ExcludeFilters Filename filters to exclude documents from the search in an unindexed search.
FileConditions File conditions that a document must meet to be retrieved in a search.
FileCount After a search, contains the number of files retrieved (this is the total number of documents matched, regardless of the MaxFilesToRetrieve setting).
FoldersToSearch In an unindexed search, the directories or files to search.
Fuzziness If non-zero, the engine will match words that are close to but not identical to a search term.
HitCount After a search, contains the number of hits in all files retrieved.
IncludeFilters Filename filters to select documents to search in an unindexed search.
IndexesToSearch The full path of each index to search.
MaxFilesToRetrieve Limit the maximum size of search results to a specified number of files.
Request What to search for.
Results Returns the results of the search.
ResultsAsFilter A SearchFilter with all matching documents selected
SearchFlags Flags controlling various search options.
StatusHandler Object to receive callback notifications when documents are found.
TimeoutSeconds Set to a non-zero value to force the search to halt after a specified time.
WantResultsAsFilter 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

SearchJob Class | dtSearch.Engine Namespace