FullTextSqlQueryProperties Members
Include Protected Members
Include Inherited Members
Represents the properties for a search query using the Search SQL syntax.
The FullTextSqlQueryProperties type exposes the following members.
Name | Description | |
---|---|---|
FullTextSqlQueryProperties | Initializes a new instance of the FullTextSqlQueryProperties class. |
Top
Name | Description | |
---|---|---|
AuthenticationType | Gets or sets the authentication type for the query. (Inherited from QueryProperties.) | |
CorrelationId | (Inherited from QueryProperties.) | |
Culture | Gets or sets the locale for the query. (Inherited from QueryProperties.) | |
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.) | |
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.) | |
EnableStemming | Gets or sets a Boolean value that specifies whether stemming is enabled. (Inherited from QueryProperties.) | |
Hint | Gets or sets the suggested query processor behavior for the query. (Inherited from QueryProperties.) | |
HitHighlightedProperties | Gets the list of hit-highlighted properties. (Inherited from QueryProperties.) | |
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.) | |
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.) | |
QueryText | Gets or sets the text for the search query. (Inherited from QueryProperties.) | |
RankingModelId | Gets or sets the ranking model identifier (ID). (Inherited from QueryProperties.) | |
ResultTypes | Gets or sets a value that specifies the search result type. (Inherited from QueryProperties.) | |
RowLimit | Gets or sets the maximum number of rows returned in the search results. (Inherited from QueryProperties.) | |
RowsPerPage | Gets or sets the number of search results to return per page. (Inherited from QueryProperties.) | |
Sid | Gets or sets the query's security identifier (SID). (Inherited from QueryProperties.) | |
SiteId | Gets or sets the identifier (ID) for the site associated with the query. (Inherited from QueryProperties.) | |
StartRow | Gets or sets first row included in the search results. (Inherited from QueryProperties.) | |
SummaryLength | Gets or sets the length of the search result summary. (Inherited from QueryProperties.) | |
Timeout | Gets or sets the amount of time, in milliseconds, before the query request times out. (Inherited from QueryProperties.) | |
TimeZoneID | Gets or sets the identifier for the search query time zone. (Inherited from QueryProperties.) | |
TotalRowsExactMinimum | Gets or sets the value used to determine the minimum value required for rendering page links. (Inherited from QueryProperties.) | |
TrimDuplicates | Gets or sets a Boolean value that specifies whether duplicate items should be removed from the search results. (Inherited from QueryProperties.) | |
UrlZone | Gets the originating URL zone for the query request. (Inherited from QueryProperties.) |
Top
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top