Skip to content
Snippets Groups Projects
Unverified Commit 6664c4a5 authored by eugene7646's avatar eugene7646 Committed by GitHub
Browse files

Merge pull request #6405 from eugene7646/solr_bug_fix

Bug fix
parents 482ed432 7ea2caf9
No related branches found
No related tags found
No related merge requests found
...@@ -646,16 +646,7 @@ private HttpSolrClient configureMultiUserConnection(Case theCase, Index index, S ...@@ -646,16 +646,7 @@ private HttpSolrClient configureMultiUserConnection(Case theCase, Index index, S
} }
// create SolrJ client to connect to remore Solr server // create SolrJ client to connect to remore Solr server
HttpSolrClient client = getSolrClient(solrUrl); return getSolrClient(solrUrl);
try {
// test the connection
connectToSolrServer(client);
} catch (SolrServerException | IOException ex) {
throw new KeywordSearchModuleException(NbBundle.getMessage(this.getClass(), "Server.connect.exception.msg", client.getBaseURL()), ex);
}
return client;
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment