Table of Contents | ||
---|---|---|
|
...
- access to a catalog provider to create, update, and delete catalog entries are required
- queries to specific sites are required
- queries to only the local provider are required
It is possible to have only remote Sources configured with no local CatalogProvider configured and be able to execute queries to specific remote Sources by specifying the site name(s) in the query request.
The Standard Catalog Framework also maintains a list of ResourceReaders
for resource retrieval operations. A resource reader is matched to the scheme (i.e., protocol, such as file://
) in the URI of the resource specified in the request to be retrieved.
...