Difference between revisions of "SUNScholar/Search Indexes"

From Libopedia
Jump to navigation Jump to search
Line 8: Line 8:
 
</pre>
 
</pre>
 
==Step 2==
 
==Step 2==
Please refer to the official DSpace documentation for version 1.7.2.
+
Please refer to the official DSpace documentation
 +
* https://wiki.duraspace.org/display/DSDOC18/Discovery
 
* http://www.dspace.org/1_7_1Documentation/Discovery.html
 
* http://www.dspace.org/1_7_1Documentation/Discovery.html
 
==Step 3==
 
==Step 3==
 
[[SUNScholar/Rebuild_Dspace|Rebuild the webapps]].
 
[[SUNScholar/Rebuild_Dspace|Rebuild the webapps]].

Revision as of 16:14, 4 May 2012

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

Rebuild the webapps.