ISpellcheckWebService ThesaurusSpellcheckSimple Method Ankiro Enterprise Suite Reference Documentation
Performs a phonetic spellcheck using a specified thesaurus on a specified word. The result is a set of weighted spellcheck suggestions containing spelling alternatives.

Namespace: Ankiro.SearchServer.Web.Services
Assembly: Ankiro.SearchServer.Web (in Ankiro.SearchServer.Web.dll) Version: 1.13.770.19253 (1.13.770.19253)
Syntax

IEnumerable<SpellcheckSuggestion> ThesaurusSpellcheckSimple(
	int thesaurusId,
	string word
)

Parameters

thesaurusId
Type: System Int32
word
Type: System String

Return Value

Type: IEnumerable SpellcheckSuggestion 
See Also