
thsr.load( path as String, uri as String ) as null
Load the file specified in $path to the thesaurus at $uri. Exisiting documents at $uri are overwritten.
| Parameters | |
|---|---|
| path | The path to a file containing thesaurus entries. |
| uri | The URI of a thesaurus document. |
const thsr = require("/MarkLogic/thesaurus");
declareUpdate();
thsr.load("c:\thesaurus\roget.xml", "/myThsrDocs/roget.xml")