Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the list of BestBet attributes for the specified Keyword.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetBestBetsInfoForSpecialTerm ( _
st As Keyword, _
ByRef bestBetIds As ArrayList _
) As Dictionary(Of Uri, BestBet)
'Usage
Dim instance As SearchServiceApplication
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
)
Parameters
st
Type: Microsoft.Office.Server.Search.Administration.KeywordThe specified keyword.
bestBetIds
Type: System.Collections.ArrayListAn array that contains the ID of the BestBet.
Return Value
Type: System.Collections.Generic.Dictionary<Uri, BestBet>
The collection of the key/value pair consists of a Url and the BestBet.
Implements
ISearchSiteAdministrationServiceApplication.GetBestBetsInfoForSpecialTerm(Keyword, ArrayList)
Remarks
The value of the st parameter must not be null .
See Also
Reference
SearchServiceApplication Class