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