The language management service is used for managing thesauri as well as showing languages.
Namespace: Ankiro.SearchServer.Web.ServicesAssembly: Ankiro.SearchServer.Web (in Ankiro.SearchServer.Web.dll) Version: 1.13.770.19253 (1.13.770.19253)
Syntax
The ILanguageManagementWebService type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CreateThesaurus | |
![]() | GetAllLanguages |
Retrieves information about all system languages that exist in the installation.
|
![]() | GetAllThesauri | |
![]() | GetLanguageByIsoCode |
Retrieves information about a system language given a two-letter iso code. If the language exists
in the installation, information about that language is returned. If the language does not exist, null
is returned.
|
![]() | GetThesaurus | |
![]() | GetThesaurusByName | |
![]() | RemoveThesaurus | |
![]() | ResynchronizeThesaurus | |
![]() | UpdateThesaurus |
See Also