RankingModel Class
Defines a ranking model for search queries.
Inheritance Hierarchy
System.Object
Microsoft.Office.Server.Search.Administration.RankingModel
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 RankingModel
'Usage
Dim instance As RankingModel
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class RankingModel
Remarks
A ranking model is used to compute the ranking score for each content item in the search results. You can use the RankingModel class to define custom ranking models to improve relevance in SharePoint Server search.
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.