CoreResultsWebPart.SpellcheckingMode Property
Applies to: Microsoft FAST Search Server 2010 for SharePoint
Gets or sets the flag for how spelling corrections and suggestions are handled for a query.
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 SpellcheckingMode As SpellcheckMode
Get
Set
'Usage
Dim instance As CoreResultsWebPart
Dim value As SpellcheckMode
value = instance.SpellcheckingMode
instance.SpellcheckingMode = value
[WebBrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public SpellcheckMode SpellcheckingMode { get; set; }
Property Value
Type: Microsoft.Office.Server.Search.Query.SpellcheckMode
A value from the SpellcheckMode enumeration.
Remarks
For more information about automatic spelling correction, see Linguistic Query Features (FAST Search Server 2010 for SharePoint).