SpellcheckMode enumeration

Applies to: Microsoft FAST Search Server 2010 for SharePoint
Flag specifying how spelling corrections and suggestions are handled for a query. For details, see Linguistic Query Features.

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

Syntax

'Declaration
Public Enumeration SpellcheckMode
'Usage
Dim instance As SpellcheckMode
public enum SpellcheckMode

Members

Member name Description
Off Do not apply spell correction to the query text.
Suggest Suggest transformed (spell corrected) query in the result, but do not apply spell check to the actual query performed. This enables "Did you mean" type search tip in the result pages.
On Apply spell corrections to the query text prior to evaluating the query.

See also

Reference

Microsoft.Office.Server.Search.Query namespace