RefinementManager.HasMoreResults Method
Checks whether the Search query has equal or more results than the Accuracy Index.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function HasMoreResults As Boolean
'Usage
Dim instance As RefinementManager
Dim returnValue As Boolean
returnValue = instance.HasMoreResults()
public bool HasMoreResults()
Return Value
Type: System.Boolean
true if the Search query has equal or more Search results than the Accuracy Index; otherwise, false.
Remarks
This method gets the total number of Search results from Search locations, and returns true if the total number is equal to or greater than the value of the AccuracyIndex property.