Query.EnableStemming Property

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

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property EnableStemming As Boolean
    Get
    Set
'Usage
Dim instance As Query
Dim value As Boolean

value = instance.EnableStemming

instance.EnableStemming = value
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 in Enterprise Search SQL Syntax.

The default value is false.

See Also

Reference

Query Class

Query Members

Microsoft.Office.Server.Search.Query Namespace