SearchServiceApplication.GetBestBetsOrderInfoForSpecialTerm method

Retrieves a list of BestBet attributes associated with the specified Keyword and the information about their priorities within this list.

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 SearchServiceApplication
Dim st As Keyword
Dim returnValue As ArrayList

returnValue = instance.GetBestBetsOrderInfoForSpecialTerm(st)
public ArrayList GetBestBetsOrderInfoForSpecialTerm(
    Keyword st
)

Parameters

Return value

Type: System.Collections.ArrayList
An array of the BestBet attributes.

Implements

ISearchSiteAdministrationServiceApplication.GetBestBetsOrderInfoForSpecialTerm(Keyword)

Remarks

The priority of the BestBet attributes is determined by the order in which they appear in the Search result.

The value of the st parameter must not be null .

See also

Reference

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace