Re: ConcurrentUpdateSolrServer and unable to override default http settings

2012-05-11 Thread Gopal Patwa
Is this possible to make this improvement, so it can save lot of time and code for using ConcurrentUpdateSolrServer with allowing to override default http settings On Sun, Apr 29, 2012 at 8:56 PM, Gopal Patwa wrote: > In Solr4j client trunk build for 4.0, ConcurrentUpdateSolrServer class > does

ConcurrentUpdateSolrServer and unable to override default http settings

2012-04-29 Thread Gopal Patwa
In Solr4j client trunk build for 4.0, ConcurrentUpdateSolrServer class does not allow to override default http settings like HttpConnectionParams.setConnectionTimeout, HttpConnectionParams.setSoTimeout, DefaultMaxConnectionsPerHost Due to HttpSolrServer is not accessible from ConcurrentUpdateSolr