Oracle® Secure Enterprise Search Administration API Guide 11g Release 1 (11.1.2.2) Part Number E21606-01 |
|
|
PDF · Mobi · ePub |
Sets one or more clustering properties from an XML description.
update clustering --UPDATE_METHOD=method --INPUT_FILE=xml_filename
or
update clustering -a method -i xml_filename
Method to use when updating the properties of an object:
overwrite
: Replaces the existing property values with the new values.
Path to the XML document that configures the object. See clustering.
This example updates the clustering properties:
SES>update clustering --INPUT_FILE=clustering.xml --UPDATE_METHOD=overwrite
The object "clustering" was successfully updated.