ISpellcheckWebService InterfaceAnkiro Enterprise Suite Reference Documentation
The spellcheck service exposes the spellchecking functionality used by the search engine.

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

public interface ISpellcheckWebService

The ISpellcheckWebService type exposes the following members.

Methods

  NameDescription
Public methodLanguageSpellcheck
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.
Public methodLanguageSpellcheckSimple
Performs a phonetic spellcheck using a specified language on a specified word. The result is a set of weighted spellcheck suggestions containing spelling alternatives.
Public methodThesaurusSpellcheck
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.
Public methodThesaurusSpellcheckSimple
Performs a phonetic spellcheck using a specified thesaurus on a specified word. The result is a set of weighted spellcheck suggestions containing spelling alternatives.
Top
See Also