RankProfile Members

Include Protected Members
Include Inherited Members

Represents a rank profile. Rank profiles contains settings for tuning the relevance of the search system.

The RankProfile type exposes the following members.

Properties

  Name Description
Public property AuthorityWeight Gets or sets the authority weight for the rank profile.
Public property FreshnessManagedPropertyReference Gets or sets the managed property that specifies the date to use as basis for the freshness ranking of a rank profile.
Public property FreshnessResolution Gets or sets the freshness resolution for the rank profile. Freshness resolution is specified as DateTimeResolutionType.
Public property FreshnessWeight Gets or sets the freshness weight for the rank profile.
Public property isDefault Gets a Boolean value to indicate whether a rank profile is the default rank profile for the index schema.
Public property Name Gets the name of the rank profile.
Public property PositionStopWordThreshold Gets or sets the position stop word threshold for the proximity ranking of the rank profile.
Public property QualityWeight Gets or sets the quality weight for the rank profile.
Public property QueryAuthorityWeight Gets or sets the query authority weight for the rank profile.
Public property RankModelName Gets or sets the name of the rank model to base advanced relevance settings on for the rank profile.
Public property StopWordThreshold Gets or sets the stop word threshold for the rank profile.

Top

Methods

  Name Description
Public method Delete Deletes the rank profile from the index schema.
Public method GetFullTextIndexRanks Returns the collection of full text index rank components for a rank profile.
Public method GetManagedPropertyBoosts Returns the collection of managed property boost components for a rank profile.
Public method GetQualityComponents Returns the collection of quality components for the rank profile. Quality components contains sortable managed properties that are used in combination to influence the quality ranking of the rank profile.
Public method makeDefault Sets the rank profile as the default rank profile for the index schema.
Public method Update Updates the rank profile.

Top

See Also

Reference

RankProfile Interface

Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace