SearchServiceApplication.GetTopQueryStringsForUrl 方法
获取指定的数量的结果用于当用户单击指定的 URL 上的查询字符串。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function GetTopQueryStringsForUrl ( _
url As String, _
topCount As Integer _
) As String()
用法
Dim instance As SearchServiceApplication
Dim url As String
Dim topCount As Integer
Dim returnValue As String()
returnValue = instance.GetTopQueryStringsForUrl(url, _
topCount)
public string[] GetTopQueryStringsForUrl(
string url,
int topCount
)
参数
url
类型:System.String标识已爬网的项目的 URL。
topCount
类型:System.Int32Top 查询返回的字符串的数量。
返回值
类型:[]
当用户单击指定的 URL 时,因此使用查询字符串。
备注
此方法获取用因此,当用户单击指定的 URL 上的查询字符串。由 URL 标识的每个已爬网的项目。查询字符串按降序顺序存储的发生频率。