Oracle® Secure Enterprise Search Administration API Guide 11g Release 1 (11.1.2.0.0) Part Number E14133-02 |
|
|
View PDF |
Sets one or more global crawler properties from an XML description.
Syntax
update crawlerSettings --UPDATE_METHOD=method --INPUT_FILE=xml_filename
or
update crawlerSettings -a method -i xml_filename
Parameters
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 crawlerSettings.
Example
This example updates the crawler settings:
SES>update crawlerSettings --INPUT_FILE=crawler.xml --UPDATE_METHOD=overwrite
The object "crawlerSettings" was successfully updated.