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

updateAll docServicePipeline

Sets one or more parameters of all document services pipelines described in an XML document.

See Also

update docServicePipeline

Syntax

updateAll docServicePipeline --INPUT_FILE=xml_filename --UPDATE_METHOD=method [--NOT_FOUND_METHOD=action] 

or

updateAll docServicePipeline -i xml_filename -a method [-t action] 

Parameters

xml_filename

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

method

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. It also appends new service instances described in the XML to the end of the execution list, so that the new instances are executed last.

  • remove: Removes existing properties that are defined in the XML file.

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

action

Action to take when an object does not exist:

  • create: A new object is created from the XML description and processing continues.

  • error: The command fails with an error. (Default)

  • ignore: The new description is ignored and processing continues

Example

This example updates two document service pipelines:

updateAll docServicePipeline --UPDATE_METHOD=remove --NOT_FOUND_METHOD=create --INPUT_FILE=docservicepipeline.xml
 
updateAll operation succeeded for type "docServicePipeline".
 
  2 object(s) with status UPDATE_SUCCEEDED