FastServiceApplicationProperties Enumeration

Applies to: Microsoft FAST Search Server 2010 for SharePoint
The values represents a key for the configuration properties specific to the FAST Search Server 2010 for SharePoint Content Search Service Application (SSA) and Query Search Service Application.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Enumeration FastServiceApplicationProperties
'Usage
Dim instance As FastServiceApplicationProperties
public enum FastServiceApplicationProperties

Members

Member name Description
FASTSearchContextProperties Key to the FAST Search Server 2010 for SharePoint property that specifies names of user profile properties that should be included in the user context that is implicitly submitted with each query. The user profiles are used to enable targeting keywords for particular groups of users, and which properties are available to perform the matching depends on this configuration property. The property value is a list of properties separated with comma (",").
FASTSearchAdminServiceAuthenticationUser A key to the property that specifies the user that will authenticate against the FAST Search Server 2010 for SharePoint administration services. The property value is a string representing a domain\username value.
FASTSearchAdminServiceLocation Key to the property that specifies the location of the FAST Search Server 2010 for SharePoint administration services. The property value is a string representing a protocol://FQDN:port value.
FASTSearchQueryServiceLocation Key to the property that specifies one or more locations of a FAST Search Server 2010 for SharePoint query service. The property is a list of protocol://FQDN:port values separated by comma (",").
FASTSearchContextCacheTimeout Key to the FAST Search Server 2010 for SharePoint property that specifies the lifetime, in seconds, for the cached user profile properties used for contextual keyword matching.
FASTSearchManagedPropertyResultMapping Key to the property that specifies a hash table of property names from the FAST Search Server 2010 for SharePoint farm back-end that needs to be mapped to other property names in the Query SSA. The mapping is required in order to ensure compatible property names returned for the FAST Search Server 2010 for SharePoint Query SSA and the SharePoint Server search SSA. The original properties from FAST Search Server 2010 for SharePoint will still be present, and the mapped properties will be added.
FASTSearchDisableUserContext Key to the FAST Search Server 2010 for SharePoint property that specifies whether or not to disable user context sensitive keyword matching. If set to "true", user contexts are not submitted with the query, and any keywords that are associated with user contexts will not be matched.
FASTSearchResourceStoreLocation Key to the property that specifies the location of the FAST Search Server 2010 for SharePoint resource store. The property is a string representing a protocol://FQDN:port value.
FASTSearchAlternateAccessMapProperties Key to the FAST Search Server 2010 for SharePoint property that specifies the managed properties that should have an alternate access mapping applied to them. The property value is a list of managed properties separated by comma (",").

Remarks

This enumeration is used to get or set a specific property in the SSA property bag. Below is an example of how to get a specific property value.

ssaInstance.Properties[FastServiceApplicationPropertiesHelper.GetPropertyString(FastServiceApplicationProperties.FASTSearchContextProperties)];

See Also

Reference

Microsoft.Office.Server.Search.Administration Namespace