Skip Headers
Oracle® Secure Enterprise Search Administration API Guide
11g Release 2 (11.2.1)

Part Number E17595-04
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

update thesaurus

Changes the properties of a thesaurus from an XML file.

Syntax

update thesaurus --NAME=DEFAULT --INPUT_FILE=xml_filename --UPDATE_METHOD=method

or

update thesaurus -n DEFAULT -i xml_filename -a method

Parameters

xml_filename

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

method

Method to use when updating the properties of an object:

  • overwrite: Replaces the existing property values with the new values.

Example

This example updates the default thesaurus:

SES>update thesaurus --NAME=DEFAULT --UPDATE_METHOD=overwrite --INPUT_FILE=thesaurus_update.xml
 
The object "[name=DEFAULT]" was successfully updated.