Performs a phonetic spellcheck using a specified thesaurus on a specified word. In addition to the words in the thesaurus,
the term list specified is also used as a source of potential spelling alternatives.
Namespace: Ankiro.SearchServer.Web.ServicesAssembly: Ankiro.SearchServer.Web (in Ankiro.SearchServer.Web.dll) Version: 1.13.770.19253 (1.13.770.19253)
Syntax
Parameters
- thesaurusId
- Type: System Int32
- word
- Type: System String
- termListId
- Type: System Int32
- settings
- Type: Ankiro.SearchServer.Data.Language SpellcheckSettingsData
Return Value
Type: IEnumerable SpellcheckSuggestionSee Also