Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. OAI_DC
  2. DIDL
  3. DIM
  4. ETDMS
  5. METS
  6. MODS
  7. OAI-ORE
  8. QDC
  9. RDF
  10. MARC
  11. UKETD_DCXOAIAt
  12. XOAI

At /driver context it provdes:

  1. OAI_DC
  2. DIDLMETSAnd
  3. METS

And at /openaire context it provides:

  1. OAI_DC
  2. METS

Configuration

Basic Configuration

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="dfa9e7d770a84da4-28484c7f-46fd4a67-811e9963-f1daa1173b75b0c7c753072b"><ac:plain-text-body><![CDATA[

Configuration File:

[dspace]/config/modules/oai.cfg

]]></ac:plain-text-body></ac:structured-macro>

Property:

storage

Example Value:

storage = solr

Information Note:

This allows to choose the OAI data source between solr and database

Property:

solr.url

Example Value:

solr.url = ${default.solr.server}/oai

Informational Note:

Solr Server location

Property:

identifier.prefix

Example Value:

identifier.prefix = ${dspace.hostname}

Informational Note:

OAI persistent identifier prefix. Format - oai:PREFIX:HANDLE

Property:

config.dir

Example Value:

config.dir = ${dspace.dir}/config/modules/oai

Informational Note:

Configuration directory, used by XOAI (core library). Contains xoai.xml, metadata format XSLTs and transformer XSLTs.

Property:

cache.dir

Example Value:

cache.dir = ${dspace.dir}/var/oai

Informational Note:

Directory to store runtime generated files (for caching purposes).

...