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