QueryProperties Members
Include Protected Members
Include Inherited Members
Represents the properties for a search query.
The QueryProperties type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
QueryProperties | Initializes a new instance of the QueryProperties class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
AlertInfo | Gets or sets information about an alert. |
![]() |
AuthenticationType | Gets or sets the authentication type for the query. |
![]() |
CorrelationId | Gets or sets the identifier (ID) for a Unified Logging Service (ULS) entry. |
![]() |
Culture | Gets or sets the locale for the query. |
![]() |
EnableNicknames | Gets or sets a Boolean value that specifies whether the exact terms in the search query are used to find matches, or if nicknames are used as well. |
![]() |
EnablePhonetic | Gets or sets a Boolean value that specifies whether the phonetic forms of the query terms are used to find matches. |
![]() |
EnableStemming | Gets or sets a Boolean value that specifies whether stemming is enabled. |
![]() |
HighlightedSentenceCount | Obsolete. Gets or sets the number of sentences to include in the hit-highlighted summary. |
![]() |
Hint | Gets or sets the suggested query processor behavior for the query. |
![]() |
HitHighlightedProperties | Gets the list of hit-highlighted properties. |
![]() |
IgnoreAllNoiseQuery | Gets or sets a Boolean value that specifies whether the search query should execute if the query text contains only noise words. |
![]() |
KeywordInclusion | Gets or sets a value that specifies whether the query returns results that contain all or any of the specified search terms. |
![]() |
MergeWithDefaultPartition | Gets or sets a Boolean value that specifies whether the default search partition should be queried. |
![]() |
PagingCookie | Gets or sets a client-side state cookie that tracks the number of query results filtered out by security trimming. |
![]() |
PartitionId | Specifies the unique identifier (ID) of the index partition to use for this search query. |
![]() |
PersonalizationData | Gets or sets the unique identifier (ID) for the current user who submitted the search query. |
![]() |
QueryText | Gets or sets the text for the search query. |
![]() |
RankingModelId | Gets or sets the ranking model identifier (ID). |
![]() |
ResultsProvider | Gets or sets the search provider for the query. |
![]() |
ResultTypes | Gets or sets a value that specifies the search result type. |
![]() |
RowLimit | Gets or sets the maximum number of rows returned in the search results. |
![]() |
RowsPerPage | Gets or sets the number of search results to return per page. |
![]() |
Sid | Gets or sets the query’s security identifier (SID). |
![]() |
SiteId | Gets or sets the identifier (ID) for the site associated with the query. |
![]() |
StartRow | Gets or sets first row included in the search results. |
![]() |
SummaryLength | Gets or sets the length of the search result summary. |
![]() |
Timeout | Gets or sets the amount of time, in milliseconds, before the query request times out. |
![]() |
TimeZoneID | Gets or sets the identifier for the search query time zone. |
![]() |
TotalRowsExactMinimum | Used by SearchPagingWebPart to determine the minimum value required for rendering page links. |
![]() |
TrimDuplicates | Gets or sets a Boolean value that specifies whether duplicate items should be removed from the search results. |
![]() |
UrlZone | Gets the originating URL zone for the query request. |
![]() |
WcfTimeout | Gets or sets the amount of time before the query’s WCF operations time out. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top