dtSearch .NET Standard API 2024.02
|
Topic |
Description |
The following tables list the members exposed by JobBase. | |
The properties of the JobBase class are listed here. |
Topic |
Description |
The following tables list the members exposed by SearchJob. | |
The methods of the SearchJob class are listed here. | |
The properties of the SearchJob class are listed here. |
SearchJob Class |
Description |
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. | |
Filename filters to exclude documents from the search in an unindexed 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). | |
In an unindexed search, the directories or files to search. | |
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. | |
Filename filters to select documents to search in an unindexed search. | |
Use an IndexCache for this SearchJob | |
The full path of each index to search. | |
Limit the maximum size of search results to a specified number of files. | |
What to search for. | |
Apply a search filter to the search that can be used to exclude or permit specified documents to be returned in search results. | |
Flags controlling various search options. | |
Object to receive callback notifications when documents are found. | |
Flags controlling various search options. |
SearchJob Class |
Description |
Executes the search and returns when the search is complete. |
Copyright (c) 1998-2023 dtSearch Corp. All rights reserved.
|