SearchServiceApplicationProxy.GetBestBetsInfoForSpecialTerm - Méthode
Récupère la liste des meilleurs résultats pour le mot clé spécifié.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function GetBestBetsInfoForSpecialTerm ( _
st As Keyword, _
ByRef bestBetIds As ArrayList _
) As Dictionary(Of Uri, BestBet)
'Utilisation
Dim instance As SearchServiceApplicationProxy
Dim st As Keyword
Dim bestBetIds As ArrayList
Dim returnValue As Dictionary(Of Uri, BestBet)
returnValue = instance.GetBestBetsInfoForSpecialTerm(st, _
bestBetIds)
public Dictionary<Uri, BestBet> GetBestBetsInfoForSpecialTerm(
Keyword st,
ref ArrayList bestBetIds
)
Paramètres
st
Type : Microsoft.Office.Server.Search.Administration.KeywordLe mot clé.
bestBetIds
Type : System.Collections.ArrayListLes ID des objets BestBet , passés par référence.
Valeur renvoyée
Type : System.Collections.Generic.Dictionary<Uri, BestBet>
La liste de paires d'URL/meilleur résultat.
Implémentations
ISearchSiteAdministrationServiceApplication.GetBestBetsInfoForSpecialTerm(Keyword, ArrayList)
Exceptions
Exception | Condition |
---|---|
TimeoutException | Le délai d'expiration pour une opération a expiré. |
EndpointNotFoundException | Le point de terminaison distant n'a pas pu est introuvable ou inaccessible. |
Exception | Une erreur, par exemple un SearchServiceApplicationFault, s'est produite pendant l'exécution de l'application. |
Remarques
La valeur du paramètre st ne doit pas être null .
Voir aussi
Référence
SearchServiceApplicationProxy classe
SearchServiceApplicationProxy - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms