Versions Compared

Key

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

...

OAI manager is a utility that allows one to do certain administrative operations with OAI.  You can call it from the command line using the dspace launcher:

Syntax

[dspace]/bin/dspace oai <action> [parameters]

...

OAI 2.0 could also work using the database for querying. To configure that one must change the [dspace]/config/modules/xoai.cfg file, specifically parameter 'storage'the "storage" parameter, setting it to "database". This decreases performance significantly and likely has no other benefits than leaving out Solr as a dependency.

...

OAI manager is a utility that allows one to do some administrative operations with OAI.  You can call it from the command line using the dspace launcher:

Syntax

[dspace]/bin/dspace oai <action> [parameters]

...

NOTE: Changes in [dspace]/config/crosswalks/oai/xoai.xml requires reloading/restarting the servlet container.

 

Info
titleRelevant Links