Share via


RefinerConfiguration.CutoffMaxBuckets Property

Gets or sets the cut-off limit for the maximum number of unique buckets that will be generated for the managed property refiner. This only applies for managed properties of type text.

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

Syntax

'Declaration
Property CutoffMaxBuckets As Nullable(Of Integer)
    Get
    Set
'Usage
Dim instance As RefinerConfiguration
Dim value As Nullable(Of Integer)

value = instance.CutoffMaxBuckets

instance.CutoffMaxBuckets = value
Nullable<int> CutoffMaxBuckets { get; set; }

Property Value

Type: System.Nullable<Int32>
An integer that specifies the cut-off limit for the maximum number of unique buckets that will be generated for the managed property refiner.

See Also

Reference

RefinerConfiguration Interface

RefinerConfiguration Members

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

Other Resources

RefinerConfiguration