FASTSearchRuntime Members
Include Protected Members
Include Inherited Members
Applies to: Microsoft FAST Search Server 2010 for SharePoint
Implementation of runtime which performs a search against a FAST Search Server 2010 for SharePoint farm location.
The FASTSearchRuntime type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FASTSearchRuntime | Initializes a new instance of the FASTSearchRuntime class. |
Top
Properties
Name | Description | |
---|---|---|
Config | Sets the configuration information for the FAST Search Server 2010 for SharePoint farm location. | |
EnableFQL | Gets or sets a Boolean value that specifies whether the query string is according to the FAST Query Language (FQL) syntax. For details, see FAST Query Language (FQL) Syntax Reference. | |
EnableSpellcheck | Gets or sets the flag for how spelling corrections and suggestions are handled for a query. For details, see Linguistic Query Features (FAST Search Server 2010 for SharePoint). | |
Location | Gets or sets the FAST Search Server 2010 for SharePoint location. | |
MaxShallowRefinementHits | Gets or sets the number of results to use to calculate shallow refinement results. For details, see Query Refinement (FAST Search Server 2010 for SharePoint). | |
MaxSummaryLength | Gets or sets the maximum character length of the hit highlighted summary. This value is not a hard limit but a hint to the dynamic summary generator to try to limit the summary length to this value. Default: 185. | |
MaxUrlLength | Gets or sets the maximum character length of the hit highlighted url (hhurl) element. The hit highlighted url element will be truncated if longer than this value. Default: 2048. | |
RefinementManager | Gets or sets an object representing the refinement manager which configures the query refinement calculation and mergers the refinement filters. | |
Refiners | Gets or sets a comma separated list of refiners to return in the search result. The value for each refiner is a format string that specifies the name of a refiner and optionally a set of refinement options for this refiner. For details, see Specifying Refiners. Default: No refiners will be returned with the query result if the Refiners property is empty. | |
ResubmitFlags | Gets or sets the flag to define how to resubmit a query that yields no results. | |
SimilarTo | Contains a string representing the similarity reference when searching for similar items. For details, see Find Similar (FAST Search Server 2010 for SharePoint). | |
SimilarType | Specifies the type of find similar query to be performed. For details, see Find Similar (FAST Search Server 2010 for SharePoint). | |
SortList | Gets or sets the list of properties by which the search results are ordered. | |
SortSimilar | A Boolean value specifying that query results based on similarity shall be sorted by similarity. If set to false, the result is sorted by relevance score (rank). For details, see Find Similar (FAST Search Server 2010 for SharePoint). | |
SupportsAsync | Gets a Boolean value that specifies whether the FAST Search Server 2010 for SharePoint runtime supports asynchronous query requests. | |
TrimDuplicatesIncludeId | Specifies the value associated with a collapse group, typically used when a user clicks the Duplicates (n) link of an item with duplicates. For details, see Duplicate Removal (FAST Search Server 2010 for SharePoint). | |
TrimDuplicatesKeepCount | Optional attribute specifying how many items to keep for each set of duplicates. For details, see Duplicate Removal (FAST Search Server 2010 for SharePoint) | |
TrimDuplicatesOnProperty | Indicating the name of a non-default managed property to use as the basis for duplicate removal. For details, see Duplicate Removal (FAST Search Server 2010 for SharePoint) | |
UserContextGroupID | Gets or sets the identifier used to group keywords used for matching Best Bets and Visual Best Bets. This property specifies an identifier used to group keywords used for matching Best Bets and Visual Best Bets. See also Keyword Management (FAST Search Server 2010 for SharePoint). | |
VisualBestBets | Gets a list of VisualBestBetHelper objects that holds Visual Best Bet information for this query result. | |
XmlHighConfDoc | Gets an XML representation of the Best Bets. |
Top
Methods
Name | Description | |
---|---|---|
Close | Releases the resources. | |
DecodeForLocationQueryFormat | Decodes the query string from the FAST Search Server 2010 for SharePoint farm location. | |
Dispose | Releases the resources. | |
EncodeForLocationQueryFormat | Encodes a string for use in the FAST Search Server 2010 for SharePoint farm location URL’s query string. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetException | Returns the exception from the FAST Search Server 2010 for SharePoint farm location. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SendRequest(String) | Submits the search query to the FAST Search Server 2010 for SharePoint farm location, and retrieves the search results based on the specified query. | |
SendRequest(String, ResultCallback) | Submits an asynchronous request for the query to the FAST Search Server 2010 for SharePoint farm location, and retrieves the result for the asynchronous request. | |
ToString | (Inherited from Object.) |
Top