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.

See also

Reference

RefinementManager class

RefinementManager members

Microsoft.Office.Server.Search.WebControls namespace