Compartilhar via


SearchServiceApplicationProxy.GetBestBetsInfo method

Recupera todas as melhores opções que pertencem ao grupo de consumidor 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 GetBestBetsInfo ( _
    filter As BestBetFilter, _
    value As String, _
    consumerGpId As String _
) As Dictionary(Of Uri, BestBet)
'Uso
Dim instance As SearchServiceApplicationProxy
Dim filter As BestBetFilter
Dim value As String
Dim consumerGpId As String
Dim returnValue As Dictionary(Of Uri, BestBet)

returnValue = instance.GetBestBetsInfo(filter, _
    value, consumerGpId)
public Dictionary<Uri, BestBet> GetBestBetsInfo(
    BestBetFilter filter,
    string value,
    string consumerGpId
)

Parâmetros

  • value
    Type: System.String

    O valor usado para comparação ao realizar a filtragem.

  • consumerGpId
    Type: System.String

    A identificação do grupo de consumidor de palavra-chave às quais pertencem as melhores opções.

Valor retornado

Type: System.Collections.Generic.Dictionary<Uri, BestBet>
A lista de pares de URL/melhor opção.

Implements

ISearchSiteAdministrationServiceApplication.GetBestBetsInfo(BestBetFilter, String, String)

Exceptions

Exception Condition
Exception

Ocorreu um erro, como um SearchServiceApplicationFault, durante a execução do aplicativo.

Comentários

Lista de atributos de BestBet pode ser filtrada com base no valor do parâmetro filter .

Ver também

Referência

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace