Oracle® Secure Enterprise Search Administration API Guide 11g Release 1 (11.1.2.2) Part Number E21606-01 |
|
|
PDF · Mobi · ePub |
Creates a suggested link from an XML description.
createAll suggLink
create suggLink --KEYWORD=keyword --LINK_URL=url --INPUT_FILE=xml_filename
or
create suggLink --KEYWORD=keyword --LINK_URL=url -i xml_filename
Content of the <search:keyword>
element in the XML document.
Content of the <search:linkUrl>
element in the XML document.
Path to the XML document that defines the suggested link. See suggLink.
This example creates a suggested link for the oracle
keyword from the description in sugglinks.xml:
SES>create suggLink --KEYWORD=oracle --LINK_URL=http://www.oracle.com --INPUT_FILE=sugglinks.xml
The object "[keyword=oracle, linkUrl=http://www.oracle.com]" was successfully created.