Difference between revisions of "SUNScholar/Search Indexes"
Jump to navigation
Jump to search
| Line 12: | Line 12: | ||
* http://www.dspace.org/1_7_1Documentation/Discovery.html | * http://www.dspace.org/1_7_1Documentation/Discovery.html | ||
==Step 3== | ==Step 3== | ||
| − | + | Type the following to rebuild the discovery index. | |
| + | sudo /home/dspace/bin/dspace update-discovery-index -b | ||
Revision as of 12:40, 22 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
- https://wiki.duraspace.org/display/DSDOC18/Discovery
- http://www.dspace.org/1_7_1Documentation/Discovery.html
Step 3
Type the following to rebuild the discovery index.
sudo /home/dspace/bin/dspace update-discovery-index -b