Query Members
Include Protected Members
Include Inherited Members
The base class for executing search queries using the Enterprise Search query object model. Defines the properties and methods that are shared by the FullTextSqlQuery and KeywordQuery classes.
The Query type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Gets the application name for the query request. | |
AuthenticationType | Gets or sets the authentication type for the query. | |
Culture | Gets or sets the locale for the query. | |
EnableStemming | Gets or sets a Boolean value that specifies whether stemming is enabled. | |
HighlightedSentenceCount | 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. | |
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. | |
PagingCookie | Gets or sets a client-side state cookie that tracks the number of query results filtered out by security trimming. | |
QueryText | Gets or sets the text for the search 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. | |
ServerContext | Gets a ServerContext object that provides run-time methods for shared services in Microsoft Office SharePoint Server 2007. | |
Sid | Gets or sets the query’s security identifier (SID). | |
Site | Gets the collection of Web sites associated with the query. | |
SiteContext | Gets or sets the site URL for the search query. | |
StartRow | Gets or sets first row included in the search results. | |
Timeout | Gets or sets the amount of time, in milliseconds, before the query request times out. | |
TotalRowsExactMinimum | Used by Microsoft.Office.Server.Search.WebControls.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. |
Top
Methods
Name | Description | |
---|---|---|
_GetInterfaces | ||
Dispose | ||
Equals | (Inherited from Object.) | |
Execute | Executes the search query. | |
Finalize | (Inherited from Object.) | |
FinishConstruction | ||
GetHashCode | (Inherited from Object.) | |
GetProperties | Returns information about managed properties. | |
GetResults | This member is reserved for internal use and is not intended to be used directly from your code. | |
GetScopes | Returns information about search scopes. | |
GetSearchApp | Gets the search context for the Shared Service Provider's search service. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ThrowIfProductExpired | ||
ThrowIfUnSupportedTopologyForMSSExpress | ||
ToString | (Inherited from Object.) |
Top