Actions
Task #5974
closedFeature #5946: Design and implement query support for SOLR
Refactor D1Proxy intermediary to only be used when not directly querying the local Metacat
Start date:
05/24/2013
Due date:
% Done:
0%
Estimated time:
Description
Right now, D1Proxy is used to proxy all queries, as it allows us to simulate a search when a Metacat is not available, and to use a Metacat instance that is not on the same host as the MetacatUI deployment. For production, however, we want to hit the Metacat query API directly, rather than going through the proxy. The only time this won't be possible is if we want a local metacat UI deployment to be able to query the CN, in which case it will need to be proxied to get around the same origin policy.
Updated by ben leinfelder over 11 years ago
- Status changed from New to Closed
- translation missing: en.field_remaining_hours set to 0.0
While the proxy remains available, it is no longer used by default. We assume the request goes directly to the same host (Metacat MN) that the metacatui is deployed on.
Actions