SearchServiceApplicationProxy.GetBestBetsInfoForSpecialTerm method
Recupera a lista de melhores opções de palavra-chave especificada.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function GetBestBetsInfoForSpecialTerm ( _
st As Keyword, _
ByRef bestBetIds As ArrayList _
) As Dictionary(Of Uri, BestBet)
'Uso
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
)
Parâmetros
st
Type: Microsoft.Office.Server.Search.Administration.KeywordA palavra-chave.
bestBetIds
Type: System.Collections.ArrayListAs IDs dos objetos BestBet , passados por referência.
Valor retornado
Type: System.Collections.Generic.Dictionary<Uri, BestBet>
A lista de pares de URL/melhor opção.
Implements
ISearchSiteAdministrationServiceApplication.GetBestBetsInfoForSpecialTerm(Keyword, ArrayList)
Exceptions
Exception | Condition |
---|---|
TimeoutException | Expirou o tempo limite de uma operação. |
EndpointNotFoundException | O ponto de extremidade remoto não foi encontrado ou atingido. |
Exception | Ocorreu um erro, como um SearchServiceApplicationFault, durante a execução do aplicativo. |
Comentários
O valor do parâmetro st não deve ser null .
Ver também
Referência
SearchServiceApplicationProxy class