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 | |
---|---|---|
AuthorityWeight | Gets or sets the authority weight for the rank profile. | |
FreshnessManagedPropertyReference | Gets or sets the managed property that specifies the date to use as basis for the freshness ranking of a rank profile. | |
FreshnessResolution | Gets or sets the freshness resolution for the rank profile. Freshness resolution is specified as DateTimeResolutionType. | |
FreshnessWeight | Gets or sets the freshness weight for the rank profile. | |
isDefault | Gets a Boolean value to indicate whether a rank profile is the default rank profile for the index schema. | |
Name | Gets the name of the rank profile. | |
PositionStopWordThreshold | Gets or sets the position stop word threshold for the proximity ranking of the rank profile. | |
QualityWeight | Gets or sets the quality weight for the rank profile. | |
QueryAuthorityWeight | Gets or sets the query authority weight for the rank profile. | |
RankModelName | Gets or sets the name of the rank model to base advanced relevance settings on for the rank profile. | |
StopWordThreshold | Gets or sets the stop word threshold for the rank profile. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the rank profile from the index schema. | |
GetFullTextIndexRanks | Returns the collection of full text index rank components for a rank profile. | |
GetManagedPropertyBoosts | Returns the collection of managed property boost components for a rank profile. | |
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. | |
makeDefault | Sets the rank profile as the default rank profile for the index schema. | |
Update | Updates the rank profile. |
Top
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace