The spellcheck service exposes the spellchecking functionality used by the search engine.
Namespace: Ankiro.SearchServer.Web.ServicesAssembly: Ankiro.SearchServer.Web (in Ankiro.SearchServer.Web.dll) Version: 1.13.770.19253 (1.13.770.19253)
Syntax
The ISpellcheckWebService type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | LanguageSpellcheck |
Performs a phonetic spellcheck using a specified language on a specified word. In addition to the words in the language dictionary,
the term list specified is also used as a source of potential spelling alternatives.
|
![]() | LanguageSpellcheckSimple |
Performs a phonetic spellcheck using a specified language on a specified word. The result is a set of weighted spellcheck
suggestions containing spelling alternatives.
|
![]() | ThesaurusSpellcheck |
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.
|
![]() | ThesaurusSpellcheckSimple |
Performs a phonetic spellcheck using a specified thesaurus on a specified word. The result is a set of weighted spellcheck
suggestions containing spelling alternatives.
|
See Also