See Also
SearchJob Class
You are here:
Symbol Reference
>
dtSearch.Engine Namespace
>
Classes
>
SearchJob Class
>
SearchJob Properties
Close
dtSearch .NET Standard API 2024.02
Contents
|
Index
|
Reference
|
Home
Previous
|
Up
|
Next
SearchJob Properties
The properties of the SearchJob class are listed here.
Public Properties
Public Property
Description
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.
ExcludeFilters
Filename filters to exclude documents from the search in an unindexed search.
FieldWeights
Specify a relevance weight for hits that occur in listed fields (example: Subject:10,HtmlTitle:20)
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.
IndexCache
Use an IndexCache for this
SearchJob
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.
SearchFilter
Apply a search filter to the search that can be used to exclude or permit specified documents to be returned in search results.
SearchFlags
Flags controlling various search options.
StatusHandler
Object to receive callback notifications when documents are found.
UnindexedSearchFlags
Flags controlling various search options.
See Also
SearchJob Class