SUNScholar/Remote Harvest

From Libopedia
Jump to navigation Jump to search
Back to Customisation

Introduction

Harvesting with DSpace is performed using the OAI-PMH standard.

The OAI-PMH allows DSpace to collect metadata from other compliant repositories and provides metadata for other repositories to collect.

This enables the contents of the repository to be mirrored to other compliant systems very easily.

This metadata interoperability greatly enhances the visibility of the repository contents on the internet.

Also see: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Harvesting

For DSpace 5.X

For DSpace 4.X

For DSpace 3.X

References

Help Links

General

DSpace Wiki

Check SOLR webapp operation

If you have problems with the SOLR webapp, then complete the following to check its operation.

Install the "lynx" application.

sudo apt-get install lynx

Then type the following in the console:

lynx http://localhost/solr

You should get the following:

Lynx-solr.png

If not debug the solr webapp until you can.

Remember to restart the Tomcat server for each change you make to a webapp configuration.

SOLR Help

General

Maintaining SOLR

DSpace Settings

Querying the SOLR DB

Tips