RankingLabeling.GetJudgementsForQuery-Methode
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetJudgementsForQuery ( _
query As String _
) As Dictionary(Of String, Integer)
'Usage
Dim instance As RankingLabeling
Dim query As String
Dim returnValue As Dictionary(Of String, Integer)
returnValue = instance.GetJudgementsForQuery(query)
public Dictionary<string, int> GetJudgementsForQuery(
string query
)
Parameter
- query
Typ: System.String
Rückgabewert
Typ: System.Collections.Generic.Dictionary<String, Int32>