Difference between revisions of "SUNScholar/Indexes/Rebuild"
Jump to navigation
Jump to search
m (→Introduction) |
m |
||
| Line 4: | Line 4: | ||
'''[[SUNScholar/Search_Indexes|Back to Search Indexes]]''' | '''[[SUNScholar/Search_Indexes|Back to Search Indexes]]''' | ||
</center> | </center> | ||
| − | |||
| − | |||
==Introduction== | ==Introduction== | ||
| Line 28: | Line 26: | ||
*https://wiki.duraspace.org/display/DSPACE/Configure+full+text+indexing | *https://wiki.duraspace.org/display/DSPACE/Configure+full+text+indexing | ||
*https://wiki.duraspace.org/display/DSPACE/Re-index+DSpace | *https://wiki.duraspace.org/display/DSPACE/Re-index+DSpace | ||
| + | |||
| + | {{Tomcat7}} | ||
Revision as of 14:40, 17 April 2016
Back to After Installation Tasks Back to Browse Indexes Back to Search Indexes
Contents
Introduction
After modifying any index configuration and then rebuilding your webapps, you will need to rebuild your indexes.
This script allows to rebuild indexes at any time later.
Requirements
Click here to setup the "source" folder first.
Instructions
For DSpace 5.X
For DSpace 4.X
For DSpace 3.X
References
- https://wiki.duraspace.org/display/DSDOC5x/Legacy+methods+for+re-indexing+content
- https://wiki.duraspace.org/display/DSDOC4x/Legacy+methods+for+re-indexing+content
- https://wiki.duraspace.org/pages/viewpage.action?pageId=32474035
- https://github.com/DSpace/DSpace/blob/master/dspace-api/src/main/java/org/dspace/discovery/IndexClient.java#L117
- https://github.com/DSpace/DSpace/blob/master/dspace-api/src/main/java/org/dspace/discovery/IndexClient.java#L126
- https://wiki.duraspace.org/display/DSPACE/Configure+full+text+indexing
- https://wiki.duraspace.org/display/DSPACE/Re-index+DSpace
When using the Ubuntu 16.04 LTS server change all instances of tomcat to tomcat8.
When using the Ubuntu 14.04 LTS server change all instances of tomcat to tomcat7.
When using the Ubuntu 12.04 LTS server change all instances of tomcat to tomcat6.