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.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property CutoffMaxBuckets As Integer
    Get
    Set
'Usage
Dim instance As RefinerConfiguration
Dim value As Integer

value = instance.CutoffMaxBuckets

instance.CutoffMaxBuckets = value
[DataMemberAttribute]
public int CutoffMaxBuckets { get; set; }

Property value

Type: System.Int32

See also

Reference

RefinerConfiguration class

RefinerConfiguration members

Microsoft.Office.Server.Search.Administration namespace