Merge branch 'master' of https://github.com/DSpace/DSpace into mydspace_clean

This commit is contained in:
Andrea Bollini
2019-03-28 13:15:21 +01:00
143 changed files with 4418 additions and 8671 deletions

View File

@@ -262,9 +262,10 @@ public class IndexClient {
* @param line the command line options
* @param indexer the solr indexer
* @throws SearchServiceException in case of a solr exception
* @throws java.io.IOException passed through
*/
protected static void checkRebuildSpellCheck(CommandLine line, IndexingService indexer)
throws SearchServiceException {
throws SearchServiceException, IOException {
if (line.hasOption("s")) {
log.info("Rebuilding spell checker.");
indexer.buildSpellCheck();