Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: xoai-import script has a changed a little bit, now one must pass argument -i if one want to update the solr index.

...

Contexts could be seen as virtual distinct OAI interfaces, so with this one could have things like:

TODO: Figure 1: Distinct ContextsImage Added

At this stage, contexts could be seen as sets (also defined in the basic OAI-PMH protocol). The magic of X-OAI happens when one need specific metadata format to be shown in each context. Metadata requirements by Driver slightly differs from the OpenAIRE ones. So for each context one must define it's specific transformer. So, contexts could be seen as an extension to the concept of sets.

...

Wiki Markup
In order to refresh the XOAI index, it is required to run the {{\[\[dspace\]/bin/dspace xoai-import}} command periodically. You can add the following task to your crontab:

Code Block
0 3 * * * [dspace]/bin/dspace xoai-import -i

Wiki Markup
Note that {{\[dspace\]}} should be replaced by the correct value, that is, the value defined in {{dspace.cfg}} parameter {{dspace.dir}}.

...