SearchResultsBaseWebPart.EnableStemming property

Gets or sets a Boolean value specifying whether stemming is enabled.

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

Syntax

'Declaration
<WebBrowsableAttribute(False)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property EnableStemming As Boolean
    Get
    Set
'Usage
Dim instance As SearchResultsBaseWebPart
Dim value As Boolean

value = instance.EnableStemming

instance.EnableStemming = value
[WebBrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public bool EnableStemming { get; set; }

Property value

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

Remarks

If stemming is enabled, SharePoint Server search includes additional forms of the query term in the search. For example, if the query term is a verb, alternative tenses are included in the search query, and if the query term is a noun, then singular, plural, and possessive forms are included in the search query.

See also

Reference

SearchResultsBaseWebPart class

SearchResultsBaseWebPart members

Microsoft.Office.Server.Search.WebControls namespace