RankingLabeling.GetJudgementsForQuery - Méthode
Récupère toutes les décisions de pertinence connus pour la requête spécifiée. Le dictionnaire retourné doit mapper l'URL du document à l'étiquette de décision de pertinence. L'étiquette doit être un nombre entier compris entre 1 et 5 inclus.
Espace de noms : Microsoft.SharePoint.Client.Search.Query
Assembly : Microsoft.SharePoint.Client.Search (dans Microsoft.SharePoint.Client.Search.dll)
Syntaxe
'Déclaration
Public Function GetJudgementsForQuery ( _
query As String _
) As ClientResult(Of IDictionary(Of String, Integer))
'Utilisation
Dim instance As RankingLabeling
Dim query As String
Dim returnValue As ClientResult(Of IDictionary(Of String, Integer))
returnValue = instance.GetJudgementsForQuery(query)
public ClientResult<IDictionary<string, int>> GetJudgementsForQuery(
string query
)
Paramètres
query
Type : System.StringLa pertinence décisions doivent être récupérées de chaîne de requête.
Valeur renvoyée
Type : Microsoft.SharePoint.Client.ClientResult<IDictionary<String, Int32>>