Ranking.RankingParameters Property

Gets the collection of ranking parameters for the search service of a Shared Services Provider.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Property RankingParameters As RankParamCollection
    Get
'Usage
Dim instance As Ranking
Dim value As RankParamCollection

value = instance.RankingParameters
public RankParamCollection RankingParameters { get; }

Property Value

Type: Microsoft.Office.Server.Search.Administration.RankParamCollection
A RankParamCollection object representing the collection of ranking parameters.

Remarks

See Improving Relevance for more information about the ranking parameters in Enterprise Search. For more information about search relevance, see Enterprise Search Relevance Architecture Overview.

See Also

Reference

Ranking Class

Ranking Members

Microsoft.Office.Server.Search.Administration Namespace