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
Public method FASTSearchRuntime Initializes a new instance of the FASTSearchRuntime class.

Top

Properties

  Name Description
Public property Config Sets the configuration information for the FAST Search Server 2010 for SharePoint farm location.
Public property 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.
Public property 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).
Public property Location Gets or sets the FAST Search Server 2010 for SharePoint location.
Public property 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).
Public property 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.
Public property 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.
Public property RefinementManager Gets or sets an object representing the refinement manager which configures the query refinement calculation and mergers the refinement filters.
Public property 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.
Public property ResubmitFlags Gets or sets the flag to define how to resubmit a query that yields no results.
Public property SimilarTo Contains a string representing the similarity reference when searching for similar items. For details, see Find Similar (FAST Search Server 2010 for SharePoint).
Public property SimilarType Specifies the type of find similar query to be performed. For details, see Find Similar (FAST Search Server 2010 for SharePoint).
Public property SortList Gets or sets the list of properties by which the search results are ordered.
Public property 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).
Public property SupportsAsync Gets a Boolean value that specifies whether the FAST Search Server 2010 for SharePoint runtime supports asynchronous query requests.
Public property 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).
Public property 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)
Public property 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)
Public property 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).
Public property VisualBestBets Gets a list of VisualBestBetHelper objects that holds Visual Best Bet information for this query result.
Public property XmlHighConfDoc Gets an XML representation of the Best Bets.

Top

Methods

  Name Description
Public method Close Releases the resources.
Public method DecodeForLocationQueryFormat Decodes the query string from the FAST Search Server 2010 for SharePoint farm location.
Public method Dispose Releases the resources.
Public method EncodeForLocationQueryFormat Encodes a string for use in the FAST Search Server 2010 for SharePoint farm location URL’s query string.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetException Returns the exception from the FAST Search Server 2010 for SharePoint farm location.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.
Public method 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.
Public method ToString (Inherited from Object.)

Top

See Also

Reference

FASTSearchRuntime Class

Microsoft.Office.Server.Search.Query Namespace