KeywordQuery members
NOTE: This API is now obsolete.
Represents a search query that uses the Keyword syntax.
The KeywordQuery type exposes the following members.
Constructors
Name | Description | |
---|---|---|
KeywordQuery() | Obsolete. | |
KeywordQuery(SPSite) | Obsolete. Initializes a new instance of the KeywordQuery class based on the specified site. | |
KeywordQuery(SPWeb) | Obsolete. | |
KeywordQuery(String) | Obsolete. Initializes a new instance of the KeywordQuery class, based on the specified application name. |
Top
Properties
Name | Description | |
---|---|---|
AuthenticationType | Obsolete. Gets or sets the authentication type for the query. (Inherited from Query.) | |
BlockDedupeMode | Obsolete. Set BlockRanking dedupe mode (Inherited from Query.) | |
BypassResultTypes | Obsolete. (Inherited from Query.) | |
ClientType | Obsolete. Name of a client which issued query. (Inherited from Query.) | |
Culture | Obsolete. Gets or sets the locale for the query. (Inherited from Query.) | |
Culture_Client | Obsolete. (Inherited from Query.) | |
DesiredSnippetLength | Obsolete. (Inherited from Query.) | |
EnableInterleaving | Obsolete. True if the ResultTables in the ResultTableCollection produced by executing this query should be interleaved. False otherwise. The default value is true. (Inherited from Query.) | |
EnableNicknames | Obsolete. 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.) | |
EnableOrderingHitHighlightedProperty | Obsolete. (Inherited from Query.) | |
EnablePhonetic | Obsolete. Gets or sets a Boolean value that specifies whether the phonetic forms of the query terms are used to find matches. (Inherited from Query.) | |
EnableQueryRules | Obsolete. True if Query Rules are turned on for this query. False otherwise. The default value is true. (Inherited from Query.) | |
EnableSorting | Obsolete. Indicates whether results are to be sorted If true, results are sorted using SortList, or by rank if SortList is empy If false, results are not sorted | |
EnableStemming | Obsolete. Gets or sets a Boolean value that specifies whether stemming is enabled. (Inherited from Query.) | |
EnableUrlSmashing | Obsolete. Gets or sets a Boolean value that specifies whether "URL smashing" (creating a URL by combining the query terms) is enabled. | |
GenerateBlockRankLog | Obsolete. True to return block rank log info in the BlockRankLog property of the interleaved result table (Inherited from Query.) | |
HiddenConstraints | Obsolete. Gets or sets the keyword query’s hidden constraints. | |
HighlightedSentenceCount | Obsolete. (Inherited from Query.) | |
Hint | Obsolete. Gets or sets the suggested query processor behavior for the query. (Inherited from Query.) | |
HitHighlightedMultivaluePropertyLimit | Obsolete. (Inherited from Query.) | |
HitHighlightedProperties | Obsolete. Gets the list of hit-highlighted properties. (Inherited from Query.) | |
HitHighlightedProperties_Client | Obsolete. (Inherited from Query.) | |
IgnoreAllNoiseQuery | Obsolete. 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.) | |
ImpressionID | Obsolete. ID of the page impression. (Inherited from Query.) | |
KeywordInclusion | Obsolete. 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.) | |
KeywordQueryProperties_Client | Obsolete. | |
MaxSnippetLength | Obsolete. (Inherited from Query.) | |
Priority | Obsolete. (Inherited from Query.) | |
ProcessBestBets | Obsolete. True if the BestBets are requested. This value is used when EnableQueryRules = true. Otherwise it is ignored. (Inherited from Query.) | |
ProcessPersonalFavorites | Obsolete. (Inherited from Query.) | |
Properties | Obsolete. (Inherited from Query.) | |
QueryTemplate | Obsolete. (Inherited from Query.) | |
QueryText | Obsolete. Gets or sets the text for the search query. (Inherited from Query.) | |
RankingModelId | Obsolete. Gets or sets the ranking model identifier (ID). (Inherited from Query.) | |
ReorderingRules | Obsolete. | |
ResultTypes | Obsolete. Gets or sets a value that specifies the search result type. (Inherited from Query.) | |
RowLimit | Obsolete. Gets or sets the maximum number of rows to be retrieved in the search results. (Inherited from Query.) | |
RowsPerPage | Obsolete. Gets or sets the number of search results to return per page. (Inherited from Query.) | |
SearchTerms | Obsolete. Gets the terms used for the search query. | |
SelectProperties | Obsolete. Gets a list of the properties to return in the search results. | |
SelectProperties_Client | Obsolete. | |
Site | Obsolete. Gets the site the search query is executed from. (Inherited from Query.) | |
SiteContext | Obsolete. Gets or sets the site URL for the search query. (Inherited from Query.) | |
SortList | Obsolete. Gets the list of properties by which the search results are ordered. | |
SourceId | Obsolete. The identifier of the the source to be used to run the query. (Inherited from Query.) | |
StartRow | Obsolete. Gets or sets the first row of information from the search results. (Inherited from Query.) | |
SummaryLength | Obsolete. Gets or sets the length of the search result summary. (Inherited from Query.) | |
Timeout | Obsolete. Gets or sets the amount of time, in milliseconds, before the query request times out. (Inherited from Query.) | |
TimeZone | Obsolete. Gets or sets the time zone for the search user. | |
TotalRowsExactMinimum | Obsolete. Gets or sets the value used to determine the minimum value required for rendering page links. (Inherited from Query.) | |
TrimDuplicates | Obsolete. Gets or sets a Boolean value that specifies whether duplicate items should be removed from the search results. (Inherited from Query.) | |
UILanguage | Obsolete. (Inherited from Query.) | |
UrlZone | Obsolete. Gets the originating URL zone for the query request. (Inherited from Query.) |
Top
Methods
Name | Description | |
---|---|---|
Dispose | Obsolete. Releases the resources for the search query. (Inherited from Query.) | |
Equals | (Inherited from Object.) | |
Execute | Obsolete. Executes the search query. (Inherited from Query.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetConfigurableDefaults | Obsolete. (Inherited from Query.) | |
SetDefaults | Obsolete. (Inherited from Query.) | |
ToString | (Inherited from Object.) |
Top