MrDys / blacklight

Blacklight Plugin
http://projectblacklight.org/
Other
1 stars 1 forks source link

Add generic OAI Dublin Core export format #447

Closed MrDys closed 12 years ago

MrDys commented 12 years ago

CODEBASE-253: Add generic OAI Dublin Core export format, which should use the SemanticValues feature to map items into DC.

MrDys commented 12 years ago

Original reporter: cbeer

MrDys commented 12 years ago

cbeer: First iteration is going to be very lazy and assume semantic fields prefixed with "dc:" are dublin core derived.

MrDys commented 12 years ago

cbeer: The export formats are not enabled by default.

To enable, add this line to the blacklight initializer (or, anywhere, really): SolrDocument.use_extension( Blacklight::Solr::Document::DublinCore)