KeywordQueryProperties Members
Include Protected Members
Include Inherited Members
Represents the properties for a search query using the Keyword syntax.
The KeywordQueryProperties type exposes the following members.
Constructors
Name | Description | |
---|---|---|
KeywordQueryProperties | Initializes a new instance of the KeywordQueryProperties class. |
Top
Properties
Name | Description | |
---|---|---|
AlertInfo | Gets or sets information about an alert. (Inherited from QueryProperties.) | |
AuthenticationType | Gets or sets the authentication type for the query. (Inherited from QueryProperties.) | |
CorrelationId | Gets or sets the identifier (ID) for a Unified Logging Service (ULS) entry. (Inherited from QueryProperties.) | |
Culture | Gets or sets the locale for the query. (Inherited from QueryProperties.) | |
CustomRefinementIntervals | Gets or sets the refinement intervals that should be imposed on the FAST Search Server 2010 for SharePoint refinements. | |
EnableFQL | Gets or sets a Boolean value that specifies whether the FAST Query Language (FQL) is enabled for the query. | |
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.) | |
EnableSpellcheck | Specifies how to apply spell correction of the query terms when processing the query. | |
EnableStemming | Gets or sets a Boolean value that specifies whether stemming is enabled. (Inherited from QueryProperties.) | |
EnableUrlSmashing | Gets or sets a Boolean value that specifies whether "URL smashing" (creating a URL by combining the query terms) is enabled. | |
HiddenConstraints | Gets or sets the keyword query’s hidden constraints. | |
HighlightedSentenceCount | Obsolete. Gets or sets the number of sentences to include in the hit-highlighted summary. (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.) | |
MaxShallowRefinementHits | Gets or sets the number of results to be used to calculate shallow refinement results. | |
MaxSummaryLength | Gets or sets the maximum length of the search result summary. | |
MaxUrlLength | Gets or sets the maximum length of the search result URL. | |
MergeWithDefaultPartition | Gets or sets a Boolean value that specifies whether the default search partition should be queried. (Inherited from QueryProperties.) | |
PagingCookie | Gets or sets a client-side state cookie that tracks the number of query results filtered out by security trimming. (Inherited from QueryProperties.) | |
PartitionId | Specifies the unique identifier (ID) of the index partition to use for this search query. (Inherited from QueryProperties.) | |
PersonalizationData | Gets or sets the unique identifier (ID) for the current user who submitted the search query. (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.) | |
RefinementFilters | Gets or sets the set of refinement filters used when issuing a refinement query. | |
Refiners | Gets or sets the set of refiners to be returned in a search result. | |
ResubmitFlags | Gets or sets the criteria for automatically resubmitting a search query that yielded no results. | |
ResultsProvider | Gets or sets the search provider for the query. (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.) | |
SelectProperties | Gets a list of the properties to return in the search results. | |
Sid | Gets or sets the query’s security identifier (SID). (Inherited from QueryProperties.) | |
SimilarTo | Gets or sets the similarity reference when performing a find similar query. | |
SimilarType | Gets or sets the type of find similar query to perform. | |
SiteId | Gets or sets the identifier (ID) for the site associated with the query. (Inherited from QueryProperties.) | |
SortList | Gets the list of properties by which the search results are ordered. | |
SortSimilar | Gets or sets a Boolean value that specifies whether query results based on similarity shall be sorted by similarity. | |
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 | Used by SearchPagingWebPart 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.) | |
TrimDuplicatesIncludeId | Gets or sets the identifier (ID) of the duplicate documents to include. | |
TrimDuplicatesKeepCount | Gets or sets the number of duplicates to keep, if duplicates are returned in the search results. | |
TrimDuplicatesOnProperty | Gets or sets the property the duplicates trimming is based on. | |
UrlZone | Gets the originating URL zone for the query request. (Inherited from QueryProperties.) | |
UserContextData | Gets or sets the user context data associated with the FAST Search Server 2010 for SharePoint search settings. | |
UserContextGroupID | Gets or sets the user context identifier (ID) for contextual search. | |
WcfTimeout | Gets or sets the amount of time before the query’s WCF operations time out. (Inherited from QueryProperties.) |
Top
Methods
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