BaseSearchQuery Fields |
The BaseSearchQuery type exposes the following members.
Name | Description | |
---|---|---|
Culture | ||
EnableQueryRules | ||
EnableStemming | Whether words should be searched using their morphological root and not the exact spelling. | |
Logger | ||
OrderBy | Describing the sort order the result set. | |
RankingModelId | Which ranking model should be used for this query. | |
Refiners | Which refiners should be included in the result set. | |
ResultSourceId | ||
RowLimit |
How many results should be returned.
RowLimit is specified on SearchServiceApplication.MaxRowLimit. | |
SelectFields | Which fields should be included in the result set. | |
StartRow | ||
TrimDuplicates | Whether duplicates in the result set should be removed or not. | |
Web |