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

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

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace