Share via


FASTSearchRuntime.EnableSpellcheck Property

Gets or sets the flag for how spelling corrections and suggestions are handled for a query. For details, see Linguistic Query Features (FAST Search Server 2010 for SharePoint).

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

Syntax

'Declaration
Public Property EnableSpellcheck As SpellcheckMode
    Get
    Set
'Usage
Dim instance As FASTSearchRuntime
Dim value As SpellcheckMode

value = instance.EnableSpellcheck

instance.EnableSpellcheck = value
public SpellcheckMode EnableSpellcheck { get; set; }

Property Value

Type: Microsoft.Office.Server.Search.Query.SpellcheckMode
Returns SpellcheckMode.

See Also

Reference

FASTSearchRuntime Class

FASTSearchRuntime Members

Microsoft.Office.Server.Search.Query Namespace