Difference between revisions of "SUNScholar/Indexes/Rebuild"
Jump to navigation
Jump to search
| (62 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
<center> | <center> | ||
| + | '''[[SUNScholar/Install DSpace/S11|Back to After Installation Tasks]]''' | ||
'''[[SUNScholar/Browse Indexes|Back to Browse Indexes]]''' | '''[[SUNScholar/Browse Indexes|Back to Browse Indexes]]''' | ||
| + | '''[[SUNScholar/Search_Indexes|Back to Search Indexes]]''' | ||
</center> | </center> | ||
| − | |||
| − | |||
| − | + | ==Introduction== | |
| + | After modifying any index configuration and <font color="red">'''then rebuilding your webapps'''</font>, you will need to rebuild your indexes. | ||
| − | + | This script allows to rebuild indexes at any time later. | |
| − | + | ==Requirements== | |
| − | + | <font color="red">'''[[SUNScholar/Install_DSpace/S03#Step_3.2|Click here]] to setup the "source" folder first.'''</font> | |
| − | + | ==Instructions== | |
| − | < | + | ===[[SUNScholar/Indexes/Rebuild/6.X|For DSpace 6.X]]=== |
| − | + | ===[[SUNScholar/Indexes/Rebuild/5.X|For DSpace 5.X]]=== | |
| − | + | ===[[SUNScholar/Indexes/Rebuild/4.X|For DSpace 4.X]]=== | |
| − | + | ===[[SUNScholar/Indexes/Rebuild/3.X|For DSpace 3.X]]=== | |
| − | / | ||
| − | |||
| − | |||
| − | / | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
==References== | ==References== | ||
| + | *https://github.com/DSpace/DSpace/blob/master/dspace-api/src/main/java/org/dspace/discovery/IndexClient.java#L100-L130 | ||
| + | ---- | ||
| + | *https://wiki.duraspace.org/display/DSDOC5x/Discovery#Discovery-DiscoverySolrIndexMaintenance | ||
| + | *https://wiki.duraspace.org/display/DSDOC4x/Discovery#Discovery-DiscoverySolrIndexMaintenance | ||
| + | ---- | ||
| + | *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/display/DSDOC4x/Legacy+methods+for+re-indexing+content | ||
*https://wiki.duraspace.org/pages/viewpage.action?pageId=32474035 | *https://wiki.duraspace.org/pages/viewpage.action?pageId=32474035 | ||
| − | *https://wiki.duraspace.org/display/ | + | ---- |
| + | *https://wiki.duraspace.org/display/DSPACE/Configure+full+text+indexing | ||
| + | *https://wiki.duraspace.org/display/DSPACE/Re-index+DSpace | ||
| + | |||
| + | {{Tomcat7}} | ||
| + | |||
| + | [[Category:System Administration]] | ||
| + | [[Category:Installation]] | ||
| + | __NOTOC__ | ||
Latest revision as of 15:04, 30 October 2019
Back to After Installation Tasks Back to Browse Indexes Back to Search Indexes
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 6.X
For DSpace 5.X
For DSpace 4.X
For DSpace 3.X
References
- https://wiki.duraspace.org/display/DSDOC5x/Discovery#Discovery-DiscoverySolrIndexMaintenance
- https://wiki.duraspace.org/display/DSDOC4x/Discovery#Discovery-DiscoverySolrIndexMaintenance
- 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://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.