This commit is contained in:
Eugene Livis 2020-11-25 11:47:35 -05:00
parent 0b260fc57e
commit 0259e830d7

View File

@ -2197,7 +2197,7 @@ public class Server {
// Solr throws a lot of unexpected exception types // Solr throws a lot of unexpected exception types
logger.log(Level.SEVERE, "Could not add batched documents to index", ex); //NON-NLS logger.log(Level.SEVERE, "Could not add batched documents to index", ex); //NON-NLS
throw new KeywordSearchModuleException( throw new KeywordSearchModuleException(
NbBundle.getMessage(this.getClass(), "Could not add batched documents to index"), ex); //NON-NLS NbBundle.getMessage(this.getClass(), "Server.addDocBatch.exception.msg"), ex); //NON-NLS
} finally { } finally {
docBuffer.clear(); docBuffer.clear();
} }