Oracle® Secure Enterprise Search Administration API Guide 11g Release 1 (11.1.2.2) Part Number E21606-01 |
|
|
PDF · Mobi · ePub |
Changes the properties of a source type from an XML file.
updateAll sourceType
update sourceType --NAME=object_name --INPUT_FILE=xml_filename --UPDATE_METHOD=method
or
update sourceType -n object_name -i xml_filename -a method
Content of a <search:name>
element in the XML document.
Path to the XML document that configures the object. See sourceType .
Method to use when updating the properties of an object:
add
: Adds new properties and overwrites existing properties, but does not delete existing properties that are omitted in the XML file.
remove
: Removes existing properties that are defined in the XML file.
overwrite
: Replaces the existing property values with the new values.
This example updates the definition of the EMC Documentum Content Server
source type:
SES>update sourceType --NAME="EMC Documentum Content Server" --UPDATE_METHOD=overwrite --INPUT_FILE=sourcetypes.xml
The object "[name=EMC Documentum Content Server]" was successfully updated.