Ranking class
Provides an entry point to adjust the settings used for query-independent rank computation for calculating the relevance of search results.
Inheritance hierarchy
System.Object
Microsoft.Office.Server.Search.Administration.RankingManager
Microsoft.Office.Server.Search.Administration.Ranking
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class Ranking _
Inherits RankingManager
'Usage
Dim instance As Ranking
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class Ranking : RankingManager
Remarks
Use the Ranking constructor of the Ranking class to initialize an object that provides an entry point to the Relevance object model.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.