Oracle® Secure Enterprise Search Administration API Guide 11g Release 1 (11.1.2.2) Part Number E21606-01 |
|
|
PDF · Mobi · ePub |
Creates an alternate word pair from an XML description.
createAll altWord
create altWord --KEYWORD=keyword --ALT_KEYWORD=alt_keyword --INPUT_FILE=xml_filename
or
create altWord --KEYWORD=keyword --ALT_KEYWORD=alt_keyword -i xml_filename
Content of a <search:keyword>
element in the XML document.
Content of a <search:altKeyword>
element in the XML document.
Path to the XML document that defines the object. See altWord.
This example creates an alternate word for RAC. No other objects in the XML document are created.
SES>create altWord --KEYWORD=rac --ALT_KEYWORD="Real Application Clusters" --INPUT_FILE=altwords.xml
The object "[keyword=rac, altKeyword=Real Application Clusters]" was successfully created.