SUNScholar/Search Indexes
Jump to navigation
Jump to search
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 for version 1.7.2.