RefinerAlgorithm Enumeration

Specifies the refiner algorithm for managed properties.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
Public Enumeration RefinerAlgorithm
'Usage
Dim instance As RefinerAlgorithm
public enum RefinerAlgorithm

Members

Member name Description
EqualFrequency Specifies that the width (value-range) of different buckets may have different widths. The widths are calculated such that approximately the same number of observations fall into each bucket. This is the default refiner algorithm.
EqualWidth Specifies that the width (value range) of each bucket is equal. The width is static and not computed dynamically. This might produce very unevenly populated buckets or empty buckets.
RangeDivision Specifies that the width (value range) of each bucket is considered to be equal. The width is calculated by dividing the range of observed values into a given number of intervals. This might produce very unevenly populated buckets or empty buckets.

See Also

Reference

Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace