Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Represents a search query that uses the Keyword syntax.
The KeywordQuery type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
KeywordQuery(SPSite) | Initializes a new instance of the KeywordQuery class based on the specified site. |
![]() |
KeywordQuery(String) | Initializes a new instance of the KeywordQuery class, based on the specified application name. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Application | Obsolete. Gets the application name for the query request. (Inherited from Query.) |
![]() |
AuthenticationType | Gets or sets the authentication type for the query. (Inherited from Query.) |
![]() |
Culture | Gets or sets the locale for the query. (Inherited from 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. (Inherited from Query.) |
![]() |
EnablePhonetic | Gets or sets a Boolean value that specifies whether the phonetic forms of the query terms are used to find matches. (Inherited from Query.) |
![]() |
EnableStemming | Gets or sets a Boolean value that specifies whether stemming is enabled. (Inherited from Query.) |
![]() |
EnableUrlSmashing | Gets or sets a Boolean value that specifies whether "URL smashing" (creating a URL by combining the query terms) is enabled. |
![]() |
HiddenConstraints | Gets or sets the keyword query’s hidden constraints. |
![]() |
Hint | Gets or sets the suggested query processor behavior for the query. (Inherited from Query.) |
![]() |
HitHighlightedProperties | Gets the list of hit-highlighted properties. (Inherited from Query.) |
![]() |
IgnoreAllNoiseQuery | Gets or sets a Boolean value that specifies whether the search query should execute if the query text contains only noise words. (Inherited from Query.) |
![]() |
KeywordInclusion | Gets or sets a value that specifies whether the query returns results that contain all or any of the specified search terms. (Inherited from Query.) |
![]() |
KeywordsInterpretation | |
![]() |
QueryText | Gets or sets the text for the search query. (Inherited from Query.) |
![]() |
RankingModelId | Gets or sets the ranking model identifier (ID). (Inherited from Query.) |
![]() |
ResultTypes | Gets or sets a value that specifies the search result type. (Inherited from Query.) |
![]() |
RowLimit | Gets or sets the maximum number of rows to be retrieved in the search results. (Inherited from Query.) |
![]() |
RowsPerPage | Gets or sets the number of search results to return per page. (Inherited from Query.) |
![]() |
SearchTerms | Gets the terms used for the search query. |
![]() |
SelectProperties | Gets a list of the properties to return in the search results. |
![]() |
Site | Gets the site the search query is executed from. (Inherited from Query.) |
![]() |
SiteContext | Gets or sets the site URL for the search query. (Inherited from Query.) |
![]() |
SortList | Gets the list of properties by which the search results are ordered. |
![]() |
StartRow | Gets or sets the first row of information from the search results. (Inherited from Query.) |
![]() |
SummaryLength | Gets or sets the length of the search result summary. (Inherited from Query.) |
![]() |
Timeout | Gets or sets the amount of time, in milliseconds, before the query request times out. (Inherited from Query.) |
![]() |
TimeZone | Gets or sets the time zone for the search user. |
![]() |
TotalRowsExactMinimum | Gets or sets the value used to determine the minimum value required for rendering page links. (Inherited from Query.) |
![]() |
TrimDuplicates | Gets or sets a Boolean value that specifies whether duplicate items should be removed from the search results. (Inherited from Query.) |
![]() |
UrlZone | Gets the originating URL zone for the query request. (Inherited from Query.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Dispose | Releases the resources for the search query. (Inherited from Query.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Execute | Executes the search query. (Inherited from Query.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top