Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets information on the ranking model being tuned for the given owner and ID.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetTunableModelDetails ( _
searchObjectOwner As SearchObjectOwner, _
modelId As Guid _
) As TunableRankingModel
'Usage
Dim instance As SearchServiceApplication
Dim searchObjectOwner As SearchObjectOwner
Dim modelId As Guid
Dim returnValue As TunableRankingModel
returnValue = instance.GetTunableModelDetails(searchObjectOwner, _
modelId)
public TunableRankingModel GetTunableModelDetails(
SearchObjectOwner searchObjectOwner,
Guid modelId
)
Parameters
searchObjectOwner
Type: Microsoft.Office.Server.Search.Administration.SearchObjectOwnerThe owner of the search site hierarchy.
modelId
Type: System.GuidThe ranking model’s ID.
Return value
Type: TunableRankingModel
The ranking model’s details encapsulated as a TunableRankingModel.
Remarks
A TunableRankingModel is a combination of modelId and the set of rank features we are tuning for a particular ranking model. In addition there is a timestamp that indicates the last time the ranking model was edited.
See also
Reference
SearchServiceApplication class