DefaultQueryProperties fields
SharePoint Online
The DefaultQueryProperties type exposes the following members.
| Name | Description | |
|---|---|---|
|
bypassResultTypes | Specifies whether the ResultTypes obtained from the search results should be used or overridden. |
|
culture | Specifies the locale for a query. |
|
desiredSnippetLength | Specifies the preferred summary length. |
|
enableInterleaving | Specifies whether the ResultTable objects in the ResultTableCollection produced by running a query should be interleaved. |
|
enableNicknames | Specifies whether the exact terms in the search query are used to find matches, or if nicknames are used as well. |
|
enableOrderingHitHighlightedProperty | Specifies whether hit highlighted properties should be ordered by hit highlighted terms. |
|
enablePhonetic | Specifies whether the phonetic forms of the query terms are used to find matches. |
|
enableQueryRules | Specifies whether Query Rules are enabled for a particular query. |
|
enableStemming | Specifies whether stemming is enabled. |
|
hitHighlightedMultivaluePropertyLimit | Specifies a multi-valued hit highlighted property limit. |
|
processBestBets | Determines whether Best Bets are enabled. |
|
processPersonalFavorites | Determines whether personal favorites data is processed. |
|
summaryLength | Specifies the length of the search result summary. |
|
trimDuplicates | Specifies whether duplicate items should be removed from the search results. |
|
uiLanguage | Specifies the UI language. |
Show: