Share via


RankProfile.QueryAuthorityWeight Property

Gets or sets the query 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 QueryAuthorityWeight As Integer
    Get
    Set
'Usage
Dim instance As RankProfile
Dim value As Integer

value = instance.QueryAuthorityWeight

instance.QueryAuthorityWeight = value
int QueryAuthorityWeight { get; set; }

Property Value

Type: System.Int32
An integer that specifies the query authority weight for the rank profile.

Remarks

The query authority weight controls the impact of click through ranking for the rank profile. A high value for query authority weight will favor documents that have been clicked frequently from the search result page.

See Also

Reference

RankProfile Interface

RankProfile Members

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

Other Resources

RankProfile