FullTextSqlQuery Members
Include Protected Members
Include Inherited Members
Applies to: Microsoft SharePoint Server 2010 search
Represents a SQL syntax search query. See the SharePoint Search SQL Syntax Reference for information about constructing queries using the SharePoint Server search SQL syntax.
The FullTextSqlQuery type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FullTextSqlQuery(ServerContext) | Initializes a new instance of the FullTextSqlQuery class, based on the specified Shared Services Provider context. | |
FullTextSqlQuery(SPSite) | Initializes a new instance of the FullTextSqlQuery class, based on the specified site. | |
FullTextSqlQuery(String) | Obsolete. Initializes a new instance of the FullTextSqlQuery class, based on the specified application name. | |
FullTextSqlQuery(SearchServiceApplicationProxy) | Initializes a new instance of the FullTextSqlQuery class, based on the specified search service application. |
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.) | |
DirectServiceEndpointUri | Gets or sets the address the Search service application proxy should use instead of the URL specified in the constructor for the Search service application proxy. (Inherited from Query.) | |
EnableNicknames | Applies to: Microsoft SharePoint Server 2010 search 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.) | |
HighlightedSentenceCount | Applies to: Microsoft SharePoint Server 2010 search 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.) | |
HitHighlightedProperties | Gets the collection of hit-highlighted properties for the query. (Inherited from Query.) | |
IgnoreAllNoiseQuery | Applies to: Microsoft SharePoint Server 2010 search 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 | Applies to: Microsoft SharePoint Server 2010 search Represents the client side cookie used for paging through the search results. (Inherited from Query.) |
|
PartitionId | Applies to: Microsoft SharePoint Server 2010 search Specifies the unique identifier (ID) of the index partition to use for this search query. (Inherited from Query.) |
|
PersonalizationData | Applies to: Microsoft SharePoint Server 2010 search Gets or sets the unique identifier (ID) for the current user who submitted the search query. (Inherited from Query.) |
|
QueryInfo | Get the query log data for a single clickthrough for a search query. (Inherited from Query.) | |
QueryText | Gets or sets the text for the search query. (Inherited from Query.) | |
RankingModelId | Applies to: Microsoft SharePoint Server 2010 search Gets or sets the identifier (ID) of the ranking model to use for the query. (Inherited from Query.) |
|
ResultsProvider | Gets or sets the search provider used 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.) | |
RowsPerPage | Gets or sets the number of search results to return per page. (Inherited from Query.) | |
SearchApplication | Obsolete. Applies to: Microsoft SharePoint Server 2010 search Gets the Search service application instance for the search query. (Inherited from Query.) |
|
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.) | |
StartRow | Gets or sets first row included in the search results. (Inherited from Query.) | |
SummaryLength | Applies to: Microsoft SharePoint Server 2010 search Gets or sets the length of the search result summary. (Inherited from Query.) |
|
Timeout | Applies to: Microsoft SharePoint Server 2010 search Gets or sets the amount of time, in milliseconds, before the query request times out. (Inherited from Query.) |
|
TotalRowsExactMinimum | Applies to: Microsoft SharePoint Server 2010 search Used by 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. For FAST Search Server 2010 for SharePoint, this property can also be used to collapse hits in the result set. (Inherited from Query.) | |
UrlZone | Gets the originating URL zone for the query request. (Inherited from Query.) |
Top
Methods
Name | Description | |
---|---|---|
Dispose | Disposes the instance of the Query class. (Inherited from Query.) | |
Equals | (Inherited from Object.) | |
Execute | Executes the search query. (Inherited from Query.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetProperties | Returns information about managed properties. (Inherited from Query.) | |
GetQuerySuggestions | Returns a list of query suggestions matching the search terms typed in the search box. (Inherited from Query.) | |
GetScopes | Returns information about search scopes. (Inherited from Query.) | |
GetType | (Inherited from Object.) | |
HighlightStringValue | Applies to: Microsoft SharePoint Server 2010 search Highlights all the occurrences of the specified query terms in a string. (Inherited from Query.) |
|
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top