OpenSearch
...
Apache Wink provides a single provider that is capable of serializing the OpenSearch data model.
Info | ||
---|---|---|
| ||
Refer to the xml representations chapter 9, section 9.7 TBD for more information on OpenSearch. |
OpenSearchDescriptionProvider
TBD
| Supported | Media Types | Entity |
---|---|---|---|
Read | No | N/A | N/A |
Write | Yes | application/opensearchdescription+xml | OpenSearchDescription >> |
OpenSearch Data Models
Overview
OpenSearch is a collection of simple formats for the sharing of search results.
The OpenSearch description document format is used to describe a search engine that can be used by search client applications.
The OpenSearch response elements can be used to extend existing syndication formats, such as RSS and Atom, with the extra metadata needed to return search results. The OpenSearch document is associated with the "application/opensearchdescription+xml" mime type.
For more detailed information about Open Search, refers to the Open Search home page at http://www.opensearch.org/Home
Data Model
Apache Wink provides an Open Search data model for producing Open Search Documents. Apache Wink provides an OpenSearch data model for producing OpenSearch Description Documents (application/opensearchdescription+xml). All of the model classes are located under the comorg.hpapache.symphonywink.common.model.opensearch package. OpenSearchDescription class is used by an application to build Open Search Description documents.