com.ibm.portal.resolver.opensearch
Interface Constants

All Known Subinterfaces:
DefaultOpenSearchContentHandler

public interface Constants

Some useful opensearch related constants


Field Summary
static java.lang.String OPENSEARCH_CONTENT_TYPE
           
static java.lang.String OPENSEARCH_NS
           
static java.lang.String OPENSEARCH_REL_SEARCH
          The "rel" attribute of the link element should contain the value "search" when referring to OpenSearch description documents.
static java.lang.String OPENSEARCH_ROLE_CORRECTION
          Represents a search query that can be performed to improve the result set, such as with a spelling correction.
static java.lang.String OPENSEARCH_ROLE_EXAMPLE
          Represents a search query that can be performed to demonstrate the search engine.
static java.lang.String OPENSEARCH_ROLE_RELATED
          Represents a search query that can be performed to retrieve similar but different search results.
static java.lang.String OPENSEARCH_ROLE_REQUEST
          Represents the search query that can be performed to retrieve the same set of search results.
static java.lang.String OPENSEARCH_ROLE_SUBSET
          Represents a search query that will narrow the current set of search results.
static java.lang.String OPENSEARCH_ROLE_SUPERSET
          Represents a search query that will broaden the current set of search results.
static java.lang.String OPENSEARCH_SYNDICATIONRIGHT_CLOSED
           The search client may not request search results.
static java.lang.String OPENSEARCH_SYNDICATIONRIGHT_LIMITED
           The search client may request search results.
static java.lang.String OPENSEARCH_SYNDICATIONRIGHT_OPEN
           The search client may request search results.
static java.lang.String OPENSEARCH_SYNDICATIONRIGHT_PRIVATE
           The search client may request search results.
static java.lang.String OPENSEARCH_URI
           
 

Field Detail

OPENSEARCH_NS

static final java.lang.String OPENSEARCH_NS
See Also:
Constant Field Values

OPENSEARCH_URI

static final java.lang.String OPENSEARCH_URI
See Also:
Constant Field Values

OPENSEARCH_ROLE_REQUEST

static final java.lang.String OPENSEARCH_ROLE_REQUEST
Represents the search query that can be performed to retrieve the same set of search results. *

See Also:
Constant Field Values

OPENSEARCH_ROLE_EXAMPLE

static final java.lang.String OPENSEARCH_ROLE_EXAMPLE
Represents a search query that can be performed to demonstrate the search engine. *

See Also:
Constant Field Values

OPENSEARCH_ROLE_RELATED

static final java.lang.String OPENSEARCH_ROLE_RELATED
Represents a search query that can be performed to retrieve similar but different search results. *

See Also:
Constant Field Values

OPENSEARCH_ROLE_CORRECTION

static final java.lang.String OPENSEARCH_ROLE_CORRECTION
Represents a search query that can be performed to improve the result set, such as with a spelling correction. *

See Also:
Constant Field Values

OPENSEARCH_ROLE_SUBSET

static final java.lang.String OPENSEARCH_ROLE_SUBSET
Represents a search query that will narrow the current set of search results. *

See Also:
Constant Field Values

OPENSEARCH_ROLE_SUPERSET

static final java.lang.String OPENSEARCH_ROLE_SUPERSET
Represents a search query that will broaden the current set of search results. *

See Also:
Constant Field Values

OPENSEARCH_REL_SEARCH

static final java.lang.String OPENSEARCH_REL_SEARCH
The "rel" attribute of the link element should contain the value "search" when referring to OpenSearch description documents. This relationship value is pending IANA registration. The reuse of the Atom link element is recommended in the context of other syndication formats that do natively support comparable functionality. *

See Also:
Constant Field Values

OPENSEARCH_CONTENT_TYPE

static final java.lang.String OPENSEARCH_CONTENT_TYPE
See Also:
Constant Field Values

OPENSEARCH_SYNDICATIONRIGHT_OPEN

static final java.lang.String OPENSEARCH_SYNDICATIONRIGHT_OPEN
The search client may request search results.
The search client may display the search results to end users.
The search client may send the search results to other search clients.

See Also:
Constant Field Values

OPENSEARCH_SYNDICATIONRIGHT_LIMITED

static final java.lang.String OPENSEARCH_SYNDICATIONRIGHT_LIMITED
The search client may request search results.
The search client may display the search results to end users.
The search client may not send the search results to other search clients.

See Also:
Constant Field Values

OPENSEARCH_SYNDICATIONRIGHT_PRIVATE

static final java.lang.String OPENSEARCH_SYNDICATIONRIGHT_PRIVATE
The search client may request search results.
The search client may not display the search results to end users.
The search client may not send the search results to other search clients.

See Also:
Constant Field Values

OPENSEARCH_SYNDICATIONRIGHT_CLOSED

static final java.lang.String OPENSEARCH_SYNDICATIONRIGHT_CLOSED
The search client may not request search results.

See Also:
Constant Field Values