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
PDF · Mobi · ePub

create docServicePipeline

Creates a document service pipeline from an XML description.

See Also

createAll docServicePipeline

Syntax

create docServicePipeline --NAME=object_name --INPUT_FILE=xml_filename

or

create docServicePipeline -n object_name -i xml_filename

Parameters

object_name

Content of a <search:name> element in the XML document.

xml_filename

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

Example

This example creates a document service pipeline:

SES>create docServicePipeline --NAME=Default pipeline --INPUT_FILE=docservicepipeline.xml
 
The object "[name=Default pipeline]" was successfully created.