SearchServiceApplication.GetBestBetsInfoForSpecialTerm 方法
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function GetBestBetsInfoForSpecialTerm ( _
st As Keyword, _
ByRef bestBetIds As ArrayList _
) As Dictionary(Of Uri, BestBet)
用法
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
)
参数
st
类型:Microsoft.Office.Server.Search.Administration.Keyword指定的关键字。
bestBetIds
类型:System.Collections.ArrayList一个数组,包含BestBet的 ID。
返回值
类型:System.Collections.Generic.Dictionary<Uri, BestBet>
Url 和BestBet包含的键/值对的集合。
实现
ISearchSiteAdministrationServiceApplication.GetBestBetsInfoForSpecialTerm(Keyword, ArrayList)
备注
St参数的值必须不 null 。