CoreResultsWebPart.StemmingEnabled Property
Gets or sets a value that indicates whether stemming is enabled for the CoreResultsWebPart Web Part's search query.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<WebBrowsableAttribute(True)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<ResourcesAttribute("SearchResults_CREnableStemming", "SearchResults_CRQueryOptions", _
"SearchResults_CREnableStemming_ToolTip")> _
Public Property StemmingEnabled As Boolean
Get
Set
'Usage
Dim instance As CoreResultsWebPart
Dim value As Boolean
value = instance.StemmingEnabled
instance.StemmingEnabled = value
[WebBrowsableAttribute(true)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
[ResourcesAttribute("SearchResults_CREnableStemming", "SearchResults_CRQueryOptions",
"SearchResults_CREnableStemming_ToolTip")]
public bool StemmingEnabled { get; set; }
Property Value
Type: System.Boolean
true if stemming is enabled; otherwise, false.