Oracle® Secure Enterprise Search Administration API Guide 11g Release 1 (11.1.2.0.0) Part Number E14133-02 |
|
|
View PDF |
Creates a source type from an XML description.
See Also
createAll sourceType
Syntax
create sourceType --NAME=object_name --INPUT_FILE=xml_filename
or
create sourceType -n object_name -i xml_filename
Parameters
Content of a <search:name>
element in the XML document.
Path to the XML document that defines the object. See sourceType.
Example
This example creates the New Agent
source type defined in sourcetype.xml.
SES>create sourceType --NAME="New Agent" --INPUT_FILE=sourcetype.xml
The object "[name=New Agent]" was successfully created.