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
<DataContractAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class RankingModel
'Usage
Dim instance As RankingModel
[DataContractAttribute]
[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.

See also

Reference

RankingModel members

Microsoft.Office.Server.Search.Administration namespace