create thesaurus

Creates a thesaurus from an XML description.

Syntax

create thesaurus --NAME=object_name --INPUT_FILE=xml_filename

or

create thesaurus -n object_name -i xml_filename

Parameters

object_name

Content of a <search:name> element in the XML document.

xml_filename

Path to the XML document that defines the object. See thesaurus.

Example

This example creates the DEFAULT thesaurus defined in thesaurus.xml:

SES>create thesaurus --NAME=DEFAULT --INPUT_FILE=thesaurus.xml
 
The object "[name=DEFAULT]" was successfully created.