RefinementManager.HasMoreResults 方法
检查是否搜索查询具有相等或更多比精确度索引结果。
命名空间: Microsoft.Office.Server.Search.WebControls
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function HasMoreResults As Boolean
用法
Dim instance As RefinementManager
Dim returnValue As Boolean
returnValue = instance.HasMoreResults()
public bool HasMoreResults()
返回值
类型:System.Boolean
true搜索查询是否相等或更多搜索结果的精确度索引比 ;否则为false。
备注
此方法从搜索位置获取搜索结果总数,如果true的总数等于或大于AccuracyIndex属性的值。