DeepRefinementType Enumeration

Specifies deep refinement types for a managed property.

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

Syntax

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

Members

Member name Description
DeepRefinementDisabled Specifies to disable deep refinement for a managed property.
DeepRefinementEnabled Specifies to enable deep refinement for a managed property.
LatentRefinement Specifies that a managed property is prepared for deep refinement, but the feature is not active until the DeepRefinementType has been changed to DeepRefinementEnabled. In contrast to switching from DeepRefinementDisabled to DeepRefinementEnabled, this does not require reprocessing of data.

See Also

Reference

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