Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace

Provides types and members for FAST Search Server 2010 for SharePoint keyword management, including Best Bets, Visual Best Bets, synonyms and site/item promotions.

Interfaces

  Interface Description
Public interface AggregateContextExpression Operations for adding context expression to an aggregate context expression.
Public interface AtomicContextExpression Represents non-aggregate (leaf) nodes of a context expression tree.
Public interface BestBet Represents a best bet configuration.
Public interface BestBetCollection Represents collections of best bests.
Public interface Context Represents a context.
Public interface ContextCollection Represents a collection of contexts.
Public interface ContextExpression A context expression, representing a Boolean condition for when a context will match.
Public interface FeaturedContent Represents a visual best bet (featured content).configuration.
Public interface FeaturedContentCollection Represents a collection of visual best bets (featured content).
Public interface KeyValueAtomicContextExpression Represents a key-value type context expression node.
Public interface Keyword Represents a search keyword.
Public interface KeywordCollection Represents a collection containing keywords.
Public interface ManagedResult Represents both best bets and visual best bets (featured content). Collectively, these are known as [ManagedContent]
Public interface PromotedDocument Represents a specific way of promoting or demoting result set items. Defined by specifying the document ID of the indexed item to be promoted or demoted.
Public interface PromotedExpression Represents a specific way of promoting or demoting result set items. Defined by specifying a query expression. The result set items that match the query expression may be promoted or demoted.
Public interface PromotedItem Represents a promoted item. A promoted item is a general way of promoting or demoting result set items. Specific ways to promote or demote result set items like using promoted document, promoted expression, or promoted location are different variants of promoted items
Public interface PromotedItemCollection Represents a collection of promoted items. Includes operations to add a promoted document, a promoted location, and a promoted expression.
Public interface PromotedLocation Represents a specific way of promoting or demoting result set items. Defined by specifying an item identifier prefix, given as a URI, which identifies the result set items that are to be promoted or demoted.
Public interface Promotion Represents a promotion. A promotion may be used to promote specific kinds of items or locations so that the item or location reaches a higher rank position in the result set of a query. A promotion may also be used to demote documents to fall to a lower rank position. Such promotions are called demotions.
Public interface PromotionCollection Represents a collection of promotions.
Public interface QueryContext Obsolete. Represents a query context. This interface is primarily intended for testing. There are no implementations provided in the Admin OM.
Public interface SearchSetting Represents search settings ([Synonym]s, [BestBet]s, [FeaturedContent] and [Promotion]s).
Public interface SearchSettingGroup Represents a search setting group.
Public interface SearchSettingGroupCollection Represents a collection of search setting groups.
Public interface Synonym Represents a synonym to a query term as defined in the Keyword property.
Public interface SynonymCollection Represents a collection of synonyms for a keyword.

Enumerations

  Enumeration Description
Public enumeration BestBetSortField Enumeration values for sorting best best collections by various fields.
Public enumeration ContextSortField Enumeration values for sorting context collections by various fields.
Public enumeration ExpressionTypes Enumeration values for the various expression types of a context expression.
Public enumeration FeaturedContentSortField Enumeration values for sorting visual best bet (featured content) collections by various fields.
Public enumeration KeywordSortField Enumeration values for sorting keyword collections by various fields.
Public enumeration PromotionSortField Represents fields to sort promotions by various properties.
Public enumeration SearchSettingSortField Enumeration values for sorting search setting collections by various fields.
Public enumeration SynonymExpansionType Enumeration values for one-way or two-way synonym specification.
Public enumeration SynonymSortField Enumeration values for sorting synonym collections by various fields.