IThesaurusWebService LookupWord Method Ankiro Enterprise Suite Reference Documentation
Determines whether a word form exists in the specified thesaurus. The result is the set of matching thesaurus data entries containing information about matching word ids.

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

IEnumerable<ThesaurusWordData> LookupWord(
	int thesaurusId,
	string word
)

Parameters

thesaurusId
Type: System Int32
word
Type: System String

Return Value

Type: IEnumerable ThesaurusWordData 
See Also