Skip Headers
Oracle® Secure Enterprise Search Administration API Guide
11g Release 2 (11.2.2)

Part Number E23428-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

getAllObjectKeys

Returns the object keys for the specified object type.

Syntax

getAllObjectKeys creatable_type --OUTPUT_FILE=output_file [key_pattern...

or

getAllObjectKeys creatable_type -o output_file [key_pattern...

Parameters

creatable_type

One of these creatable object types:

altWord
docServiceInstance
docServiceManager
docServicePipeline
identityPlugin
proxyLogin
schedule
searchAttr
source
sourceGroup
sourceType
storageArea
suggLink
thesaurus
output_file

Name of a file in which the exported object keys stored. You can specify a simple file name, a relative path, or a fully qualified path. When executing on multiple instances, the getAllObjectKeys command creates a separate file for each one and appends the host name and port number to the base name. You can use this file as input to the deleteList, exportList, and getStateList operations.

key_pattern

Object key that specifies a subset of objects to process in the format key=value. The value can include wildcard characters:

  • A percent sign (%) matches zero or more characters. In a multibyte character set, it matches zero or more bytes.

  • An underscore (_) matches one character. In a multibyte character set, it matches one byte.

Examples

This example returns all suggested links:

SES>getAllObjectKeys suggLink

--KEYWORD=database --LINK_URL=http://www.oracle.com/technetwork/database/enterprise-edition/overview/index.html
--KEYWORD=oracle --LINK_URL=http://www.oracle.com
--KEYWORD=ses --LINK_URL=http://www.oracle.com/technetwork/search/oses/overview/index.html
]

The next example returns only the suggested links with a keyword that begins with data:

SES>getAllObjectKeys suggLink --KEYWORD=data%
 
[--KEYWORD=database --LINK_URL=http://www.oracle.com/technetwork/database/enterprise-edition/overview/index.html]