Re: upgrading CommonsHttpSolrServer to HttpSolrServer

2014-10-22 Thread devraj.jaiman
Thanks a lot Shawn. It resolved the issue. Regards, D.Jaiman -- View this message in context: http://lucene.472066.n3.nabble.com/upgrading-CommonsHttpSolrServer-to-HttpSolrServer-tp4164620p4165305.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: upgrading CommonsHttpSolrServer to HttpSolrServer

2014-10-17 Thread Shawn Heisey
On 10/17/2014 12:47 AM, devraj.jaiman wrote: HttpSolrServer server = null; if (httpClient == null) { server = new HttpSolrServer(url); httpClient = server.getHttpClient(); } else {