Daley, Kristopher M. wrote:
I have tried changing those settings, for example, as:SolrServer server = new CommonsHttpSolrServer(solrPostUrl); ((CommonsHttpSolrServer)server).setConnectionTimeout(60); ((CommonsHttpSolrServer)server).setDefaultMaxConnectionsPerHost(100); ((CommonsHttpSolrServer)server).setMaxTotalConnections(100);However, still no luck.
Have you tried anything larger then 60? 60ms is not long... try 10000 (10s) and see if it works.