thsr.queryLookup( uri as String[], query as cts.query, [output-kind as String] ) as Sequence
Returns a Sequence of all entries that are found by looking up terms in the query and/or subqueries of $query in the thesaurus document(s) at $uri.
const thsr = require("/MarkLogic/thesaurus"); thsr.queryLookup("/myThsrDocs/thesaurus.xml", cts.wordQuery("weary")) => returns the thesaurus entry for the term "weary"
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.