FullTextSqlQuery Members
Include Protected Members
Include Inherited Members
Represents a search query using the Enterprise SearchSQL Syntax.
The FullTextSqlQuery type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
FullTextSqlQuery(SPSite) | Initializes a new instance of the FullTextSqlQuery class, based on the specified site. |
![]() |
FullTextSqlQuery(String) | Initializes a new instance of the FullTextSqlQuery class, based on the specified application name. |
![]() |
FullTextSqlQuery(ServerContext) | Initializes a new instance of the FullTextSqlQuery class, based on the specified Shared Service Provider context. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Application | 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.) |
![]() |
EnableStemming | Gets or sets a Boolean value that specifies whether stemming is enabled. (Inherited from Query.) |
![]() |
HighlightedSentenceCount | Gets or sets the number of sentences to include in the hit-highlighted summary. (Inherited from Query.) |
![]() |
Hint | Gets or sets the suggested query processor behavior for the query. (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.) |
![]() |
PagingCookie | Gets or sets a client-side state cookie that tracks the number of query results filtered out by security trimming. (Inherited from Query.) |
![]() |
QueryText | Gets or sets the text for the search query. (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 returned in the search results. (Inherited from Query.) |
![]() |
ServerContext | Gets a ServerContext object that provides run-time methods for shared services in Microsoft Office SharePoint Server 2007. (Inherited from Query.) |
![]() |
Sid | Gets or sets the query’s security identifier (SID). (Inherited from Query.) |
![]() |
Site | Gets the collection of Web sites associated with the query. (Inherited from Query.) |
![]() |
SiteContext | Gets or sets the site URL for the search query. (Inherited from Query.) |
![]() |
StartRow | Gets or sets first row included in the search results. (Inherited from Query.) |
![]() |
Timeout | Gets or sets the amount of time, in milliseconds, before the query request times out. (Inherited from Query.) |
![]() |
TotalRowsExactMinimum | Used by Microsoft.Office.Server.Search.WebControls.SearchPagingWebPart 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 | |
---|---|---|
![]() |
_GetInterfaces | (Inherited from Query.) |
![]() |
Dispose | (Inherited from Query.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Execute | Executes the SQL syntax search query. (Overrides Query.Execute().) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
FinishConstruction | (Inherited from Query.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetProperties | Returns information about managed properties. (Inherited from Query.) |
![]() |
GetResults | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Query.) |
![]() |
GetScopes | Returns information about search scopes. (Inherited from Query.) |
![]() |
GetSearchApp | Gets the search context for the Shared Service Provider's search service. (Inherited from Query.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ThrowIfProductExpired | (Inherited from Query.) |
![]() |
ThrowIfUnSupportedTopologyForMSSExpress | (Inherited from Query.) |
![]() |
ToString | (Inherited from Object.) |
Top