Creates a facet tree from an XML description.
create facetTree --NAME=object_name --INPUT_FILE=xml_filename
or
create facetTree -n object_name -i xml_filename
Content of a <search:name>
element in the XML document.
Path to the XML document that defines the object. See facetTree.
This example creates a facet tree named Country:
SES>create facetTree --FACETNAME=Country --INPUT_FILE=facettree.xml
The object "[facetName=Country]" was successfully created.