Difference between revisions of "SUNScholar/Harvesting"

From Libopedia
Jump to navigation Jump to search
Line 6: Line 6:
 
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 interent.
 
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 interent.
  
[[File:OAI-idea.gif|link=http://www.oaforum.org/tutorial/english/page3.htm|border|center]]
+
[[File:OAI-idea.gif|link=http://www.oaforum.org/tutorial/english/intro.htm|border|center]]
  
 
==[[SUNScholar/Harvesting/3.2|OAI-PMH for DSpace 3.2]]==
 
==[[SUNScholar/Harvesting/3.2|OAI-PMH for DSpace 3.2]]==

Revision as of 11:15, 7 March 2014

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 interent.

OAI-idea.gif

OAI-PMH for DSpace 3.2

OAI-PMH for DSpace 1.8.2

Harvesting Collections Help

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

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

OR

lynx http://localhost:8080/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.