Oracle® Secure Enterprise Search Administration API Guide 11g Release 1 (11.1.2.2) Part Number E21606-01 |
|
|
PDF · Mobi · ePub |
Creates a source group from an XML description.
createAll sourceGroup
create sourceGroup --NAME=object_name --INPUT_FILE=xml_filename
or
create sourceGroup -n object_name -i xml_filename
Content of a <search:name>
element in the XML document.
Path to the XML document that defines the object. See sourceGroup.
This example creates the Mail source group defined in sourcegroups.xml:
SES>create sourceGroup --NAME=Mail --INPUT_FILE=sourcegroups.xml
The object "[name=Mail]" was successfully created.