ISemanticExpandWebService InterfaceAnkiro Enterprise Suite Reference Documentation
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.Services
Assembly: Ankiro.SearchServer.Web (in Ankiro.SearchServer.Web.dll) Version: 1.13.770.19253 (1.13.770.19253)
Syntax

public interface ISemanticExpandWebService

The ISemanticExpandWebService type exposes the following members.

Methods

  NameDescription
Public methodLanguageExpandSemantic
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.
Public methodLanguageExpandSemanticFromId
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.
Public methodLanguageExpandSemanticMultiple
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.
Public methodThesaurusExpandSemantic
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.
Public methodThesaurusExpandSemanticFromId
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.
Public methodThesaurusExpandSemanticMultiple
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.
Top
See Also