ISearchSiteAdministrationServiceApplication.GetBestBetsInfoForSpecialTerm method
Retrieves the list of the Best Bet attributes for the specified keyword.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Function GetBestBetsInfoForSpecialTerm ( _
st As Keyword, _
ByRef bestBetIds As ArrayList _
) As Dictionary(Of Uri, BestBet)
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim st As Keyword
Dim bestBetIds As ArrayList
Dim returnValue As Dictionary(Of Uri, BestBet)
returnValue = instance.GetBestBetsInfoForSpecialTerm(st, _
bestBetIds)
[OperationContractAttribute]
Dictionary<Uri, BestBet> GetBestBetsInfoForSpecialTerm(
Keyword st,
ref ArrayList bestBetIds
)
Parameters
st
Type: Microsoft.Office.Server.Search.Administration.KeywordThe specified keyword.
bestBetIds
Type: System.Collections.ArrayListAn array that contains the ID of the Best Bets.
Return value
Type: System.Collections.Generic.Dictionary<Uri, BestBet>
The collection of the Best Bets for the keyword.
Remarks
Implementing classes should ensure that the value of the st parameter must not be null .
See also
Reference
ISearchSiteAdministrationServiceApplication interface