Difference between revisions of "SUNScholar/Search Indexes"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
| + | ==Step 1== | ||
| + | Setup solr search URL in config file. | ||
| + | nano /home/dspace/dspace-1.7.2-src-release/dspace/config/dspace-solr-config | ||
| + | Make sure the solr URL is as follows by removing port 8080. | ||
| + | <pre> | ||
| + | ##### Search Indexing ##### | ||
| + | solr.search.server = http://localhost/solr/search | ||
| + | </pre> | ||
| + | ==Step 2== | ||
Please refer to the official DSpace documentation for version 1.7.2. | Please refer to the official DSpace documentation for version 1.7.2. | ||
* http://www.dspace.org/1_7_1Documentation/Discovery.html | * http://www.dspace.org/1_7_1Documentation/Discovery.html | ||
| + | ==Step 3== | ||
| + | Restart tomcat | ||
| + | sudo /etc/init.d/tomcat6 stop | ||
| + | |||
| + | sudo /etc/init.d/tomcat6 start | ||
Revision as of 11:30, 4 December 2011
Step 1
Setup solr search URL in config file.
nano /home/dspace/dspace-1.7.2-src-release/dspace/config/dspace-solr-config
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 for version 1.7.2.
Step 3
Restart tomcat
sudo /etc/init.d/tomcat6 stop
sudo /etc/init.d/tomcat6 start