Share via


RefinerConfiguration.Algorithm Property

Gets or sets the refiner algorithm for the managed property refiner. This is only applicable for numeric managed properties.

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

Syntax

'Declaration
Property Algorithm As Nullable(Of RefinerAlgorithm)
    Get
    Set
'Usage
Dim instance As RefinerConfiguration
Dim value As Nullable(Of RefinerAlgorithm)

value = instance.Algorithm

instance.Algorithm = value
Nullable<RefinerAlgorithm> Algorithm { get; set; }

Property Value

Type: System.Nullable<RefinerAlgorithm>
A RefinerAlgorithm enumeration value that specifies the current refiner algorithm for the managed property.

See Also

Reference

RefinerConfiguration Interface

RefinerConfiguration Members

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

Other Resources

RefinerConfiguration