[DS-3695] Upgrade Solr *client* to 7.3.0.

This commit is contained in:
Mark H. Wood
2018-05-12 14:08:28 -04:00
committed by Mark H. Wood
parent db707750fe
commit 8a76b77e66
30 changed files with 270 additions and 196 deletions

View File

@@ -254,9 +254,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();