Click or drag to resize

BaseSearchQuery Fields

The BaseSearchQuery type exposes the following members.

Fields
  NameDescription
Public fieldCriteria
Specifies the condition set to be used with this search query.
Public fieldCulture
Public fieldEnableQueryRules
Public fieldEnableStemming
Whether words should be searched using their morphological root and not the exact spelling.
Protected fieldStatic memberLogger
Public fieldOrderBy
Describing the sort order the result set.
Public fieldRankingModelId
Which ranking model should be used for this query.
Public fieldRefinementFilters
Public fieldRefiners
Which refiners should be included in the result set.
Public fieldResultSourceId
Public fieldRowLimit
How many results should be returned. RowLimit is specified on SearchServiceApplication.MaxRowLimit.
Public fieldSelectFields
Which fields should be included in the result set.
Public fieldStartRow
Public fieldTrimDuplicates
Whether duplicates in the result set should be removed or not.
Protected fieldWeb
Top
See Also