Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the authority weight for the rank profile.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Property AuthorityWeight As Integer
Get
Set
'Usage
Dim instance As RankProfile
Dim value As Integer
value = instance.AuthorityWeight
instance.AuthorityWeight = value
int AuthorityWeight { get; set; }
Property Value
Type: System.Int32
An integer that specifies the authority weight for the rank profile.
Remarks
The authority weight controls the impact of anchor and link analysis ranking for the rank profile. A high value for authority weight will favor documents that are evaluated as authorities for the query that is performed.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace