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.
Namespace: Ankiro.SearchServer.Web.ServicesAssembly: Ankiro.SearchServer.Web (in Ankiro.SearchServer.Web.dll) Version: 1.13.770.19253 (1.13.770.19253)
Syntax
Parameters
- thesaurusId
- Type: System Int32
- wordId
- Type: Ankiro.SearchServer.Data.Language WordId
- weight
- Type: System Double
Return Value
Type: IEnumerable WeightedWordIdSee Also