Re: HttpClient version

2013-05-20 Thread Michael Della Bitta
We've run into this problem when deploying index jobs that run in Elastic Mapreduce. We've gotten by with an older version of SolrJ, but some of the fixes and enhancements with SolrCloud that came out in the 4.x series aren't available if you go back to an earlier version. In particular, we're run

Re: HttpClient version

2013-05-17 Thread Shawn Heisey
On 5/17/2013 5:06 PM, Jamie Johnson wrote: > I am trying to use Solr inside of another framework (Storm) that provides a > version of HttpClient (4.1.x) that is incompatible with the latest version > that SolrJ requires (4.3.x). Is there a way to use the older version of > HttpClient with SolrJ?