Query.EnableStemming property

NOTE: This API is now obsolete.

Gets or sets a Boolean value that specifies whether stemming is enabled.

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Property EnableStemming As Boolean
    Get
    Set
'Usage
Dim instance As Query
Dim value As Boolean

value = instance.EnableStemming

instance.EnableStemming = value
[ObsoleteAttribute("This class is obsolete.")]
public bool EnableStemming { get; set; }

Property value

Type: System.Boolean
true if the stemming is enabled; otherwise, false.

Remarks

When using the FullTextSqlQuery class, this property only applies to search terms specified in the FREETEXT Predicate.

The default value is false.

See also

Reference

Query class

Query members

Microsoft.SharePoint.Search.Query namespace