RefinementManager.AccuracyIndex Property
Gets or sets the number of results on which the refinement filters are calculated.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property AccuracyIndex As Integer
Get
Set
'Usage
Dim instance As RefinementManager
Dim value As Integer
value = instance.AccuracyIndex
instance.AccuracyIndex = value
public int AccuracyIndex { get; set; }
Property Value
Type: System.Int32
The number of results on which the refinement filters are calculated
Remarks
The default value of this property is 50, the minimum value is 0, and the maximum value is 500.