Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace