Share via


FullTextSqlQueryProperties Members

Include Protected Members
Include Inherited Members

Applies to: Microsoft SharePoint Server 2010 search
Represents the properties for a search query using the SharePoint Server search SQL syntax.

The FullTextSqlQueryProperties type exposes the following members.

Constructors

  Name Description
Public method FullTextSqlQueryProperties Initializes a new instance of the FullTextSqlQueryProperties class.

Top

Properties

  Name Description
Public property AlertInfo Gets or sets information about an alert. (Inherited from QueryProperties.)
Public property AuthenticationType Gets or sets the authentication type for the query. (Inherited from QueryProperties.)
Public property CorrelationId Gets or sets the identifier (ID) for a Unified Logging Service (ULS) entry. (Inherited from QueryProperties.)
Public property Culture Gets or sets the locale for the query. (Inherited from QueryProperties.)
Public property EnableNicknames 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 QueryProperties.)
Public property EnablePhonetic Gets or sets a Boolean value that specifies whether the phonetic forms of the query terms are used to find matches. (Inherited from QueryProperties.)
Public property EnableStemming Gets or sets a Boolean value that specifies whether stemming is enabled. (Inherited from QueryProperties.)
Public property HighlightedSentenceCount Obsolete. Gets or sets the number of sentences to include in the hit-highlighted summary. (Inherited from QueryProperties.)
Public property Hint Gets or sets the suggested query processor behavior for the query. (Inherited from QueryProperties.)
Public property HitHighlightedProperties Gets the list of hit-highlighted properties. (Inherited from QueryProperties.)
Public property 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 QueryProperties.)
Public property 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 QueryProperties.)
Public property MergeWithDefaultPartition Gets or sets a Boolean value that specifies whether the default search partition should be queried. (Inherited from QueryProperties.)
Public property PagingCookie Gets or sets a client-side state cookie that tracks the number of query results filtered out by security trimming. (Inherited from QueryProperties.)
Public property PartitionId Specifies the unique identifier (ID) of the index partition to use for this search query. (Inherited from QueryProperties.)
Public property PersonalizationData Gets or sets the unique identifier (ID) for the current user who submitted the search query. (Inherited from QueryProperties.)
Public property QueryText Gets or sets the text for the search query. (Inherited from QueryProperties.)
Public property RankingModelId Gets or sets the ranking model identifier (ID). (Inherited from QueryProperties.)
Public property ResultsProvider Gets or sets the search provider for the query. (Inherited from QueryProperties.)
Public property ResultTypes Gets or sets a value that specifies the search result type. (Inherited from QueryProperties.)
Public property RowLimit Gets or sets the maximum number of rows returned in the search results. (Inherited from QueryProperties.)
Public property RowsPerPage Gets or sets the number of search results to return per page. (Inherited from QueryProperties.)
Public property Sid Gets or sets the query’s security identifier (SID). (Inherited from QueryProperties.)
Public property SiteId Gets or sets the identifier (ID) for the site associated with the query. (Inherited from QueryProperties.)
Public property StartRow Gets or sets first row included in the search results. (Inherited from QueryProperties.)
Public property SummaryLength Gets or sets the length of the search result summary. (Inherited from QueryProperties.)
Public property Timeout Gets or sets the amount of time, in milliseconds, before the query request times out. (Inherited from QueryProperties.)
Public property TimeZoneID Gets or sets the identifier for the search query time zone. (Inherited from QueryProperties.)
Public property TotalRowsExactMinimum Used by SearchPagingWebPart to determine the minimum value required for rendering page links. (Inherited from QueryProperties.)
Public property TrimDuplicates Gets or sets a Boolean value that specifies whether duplicate items should be removed from the search results. (Inherited from QueryProperties.)
Public property UrlZone Gets the originating URL zone for the query request. (Inherited from QueryProperties.)
Public property WcfTimeout Gets or sets the amount of time before the query’s WCF operations time out. (Inherited from QueryProperties.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

FullTextSqlQueryProperties Class

Microsoft.Office.Server.Search.Query Namespace