Difference between revisions of "SUNScholar/Search Indexes"

From Libopedia
Jump to navigation Jump to search
Line 1: Line 1:
 +
<font color="red">'''This procedure assumes that you have used the [[SUNScholar/Dspace|three step process]] to install DSpace and are using the XMLUI as default.'''</font>
 
==Step 1==
 
==Step 1==
 
Setup solr search URL in config file.
 
Setup solr search URL in config file.

Revision as of 15:32, 29 June 2012

This procedure assumes that you have used the three step process to install DSpace and are using the XMLUI as default.

Step 1

Setup solr search URL in config file.

nano /home/dspace/dspace-1.7.2-src-release/dspace/config/dspace-solr-search.cfg

Make sure the solr URL is as follows by removing port 8080.

##### Search Indexing #####
solr.search.server = http://localhost/solr/search

Step 2

Please refer to the official DSpace documentation

Step 3

Type the following to rebuild the discovery index.

sudo /home/dspace/bin/dspace update-discovery-index -b