The scemantic expand service is used in custom setups where the regular search engine with built-in word expansions cannot be used.
A semantic expansion of a word provides the various forms of the words as defined in the system.
Namespace: Ankiro.SearchServer.Web.ServicesAssembly: Ankiro.SearchServer.Web (in Ankiro.SearchServer.Web.dll) Version: 1.13.770.19253 (1.13.770.19253)
Syntax
The ISemanticExpandWebService type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | LanguageExpandSemantic |
Performs a semantic expansion given a language identifier and a word. The result is a set of weighted word forms that
are semantically related to the input word.
|
![]() | LanguageExpandSemanticFromId |
Performs a semantic expansion given a language identifier and a word id. The result set is a set of weighted word ids that
are semantically related to the input word. Please refer to the developer documentation for more information about the concept
of word ids.
|
![]() | LanguageExpandSemanticMultiple |
Performs a semantic expansion given a language identifier and a set of weighted word forms. The result is a set of weighted word forms that are
semantically related to one of the set of input word forms.
|
![]() | ThesaurusExpandSemantic |
Performs a semantic expansion given a thesaurus id and a word. The result is a set of weighted word forms that
are semantically related to the input word.
|
![]() | ThesaurusExpandSemanticFromId |
Performs a semantic expansion given a thesaurus id and a word id. The result is a set of weighted word ids that
are semantically related to the input word. Please refer to the developer documentation for more information about the concept
of word ids.
|
![]() | ThesaurusExpandSemanticMultiple |
Performs a semantic expansion given a thesaurus id and a set of weighted word forms. The result is a set of weighted word forms that are
semantically related to one of the set of input word forms.
|
See Also