SearchServiceApplicationProxy.GetBestBetsOrderInfoForSpecialTerm Method
Retrieves a list of Best Bets associated with the specified keyword in the order of their priority.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetBestBetsOrderInfoForSpecialTerm ( _
st As Keyword _
) As ArrayList
'Usage
Dim instance As SearchServiceApplicationProxy
Dim st As Keyword
Dim returnValue As ArrayList
returnValue = instance.GetBestBetsOrderInfoForSpecialTerm(st)
public ArrayList GetBestBetsOrderInfoForSpecialTerm(
Keyword st
)
Parameters
st
Type: Microsoft.Office.Server.Search.Administration.KeywordThe keyword.
Return Value
Type: System.Collections.ArrayList
A list of IDs of the BestBet objects.
Implements
ISearchSiteAdministrationServiceApplication.GetBestBetsOrderInfoForSpecialTerm(Keyword)
Exceptions
Exception | Condition |
---|---|
Exception | An error, such as a SearchServiceApplicationFault, occurred during application execution. |
Remarks
The priority of the BestBet objects is the order in which they appear in the Search result.
The value of the st parameter must not be null .
See Also
Reference
SearchServiceApplicationProxy Class