create altWord

Creates an alternate word pair from an XML description.

See Also

createAll altWord

Syntax

create altWord --KEYWORD=keyword --ALT_KEYWORD=alt_keyword --INPUT_FILE=xml_filename

or

create altWord --KEYWORD=keyword --ALT_KEYWORD=alt_keyword -i xml_filename

Parameters

keyword

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

alt_keyword

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

xml_filename

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

Example

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.