Difference between revisions of "SUNScholar/Browse Indexes"

From Libopedia
Jump to navigation Jump to search
m
m
Line 1: Line 1:
 
<center>
 
<center>
  '''[[SUNScholar/Customisation|Back to Customisation]]'''
+
  '''[[SUNScholar/Indexes|Back to Indexes]]'''
 
</center>
 
</center>
  

Revision as of 09:36, 26 January 2015

Back to Indexes

Introduction

The browse indexes for DSpace can be extensively configured. The configuration allows you to take control of the indexes you wish to browse, and how you wish to present the results.

Please note:
  • With DSpace version 3.X and greater, the browse indexes can be configured to be delivered via the SOLR service, if so desired.
  • The browse indexes were previously only delivered via the PostgreSQL/Oracle database service.

For DSpace 4.X

For DSpace 3.X

For DSpace 1.8.X

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