On 2 Aug 2015, at 13:42, Sujit Pal <sujitatgt...@gmail.com<mailto:sujitatgt...@gmail.com>> wrote:
There is no additional configuration on the external Solr host from my code, I am using the default HttpClient provided by HttpSolrServer. According to the Javadocs, you can pass in a HttpClient object as well. Is there some specific configuration you would suggest to get past any limits? Usually there's some thread pooling going on client side, covered in docs like http://hc.apache.org/httpcomponents-client-ga/tutorial/html/connmgmt.html I don't know if that applies, how to tune it, etc. I do know that if you go the other way and allow unlimited connections you raise "different" support problems. -steve