FullTextIndex.StemmingEnabled Property
Enable stemming for this full-text index field. Only managed properties with stemming enabled are stemmed.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Property StemmingEnabled As Boolean
Get
Set
'Usage
Dim instance As FullTextIndex
Dim value As Boolean
value = instance.StemmingEnabled
instance.StemmingEnabled = value
bool StemmingEnabled { get; set; }
Property Value
Type: System.Boolean
true if the full-text index is stemmed; otherwise, false.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace