Re: Patch for http_proxy support in solr-ruby client

2011-04-13 Thread Duncan Robertson
Thanks Erik, I hadn't seen RSolr and it looks like it fixes all the problems was having. Maybe rather than keeping many solutions, I'll just take a look at this one. Duncan On 13/04/2011 14:51, "Erik Hatcher" wrote: > Duncan - > > I'm the original creator of solr-ruby and put it under Solr's

Re: Patch for http_proxy support in solr-ruby client

2011-04-13 Thread Erik Hatcher
Duncan - I'm the original creator of solr-ruby and put it under Solr's svn. But many folks are now using RSolr, and even in our own (JRuby-based product) we use simply Net::HTTP and not a library like solr-ruby or RSolr. I don't personally have incentive to continue to maintain solr-ruby, so

Re: Patch for http_proxy support in solr-ruby client

2011-04-13 Thread Duncan Robertson
Hi Otis, The fork you're talking is mine! But the repos I forked is not official, so I am trying to find out where the official version is so I can patch it. D On 13/04/2011 04:45, "Otis Gospodnetic" wrote: > Hi, > > Hm, maybe you are asking where solr-ruby actually lives and is being > deve

Re: Patch for http_proxy support in solr-ruby client

2011-04-12 Thread Otis Gospodnetic
Hi, Hm, maybe you are asking where solr-ruby actually lives and is being developed? I'm not sure. I see it under solr/client/ruby/solr-ruby (no new development in ages?), but I also see an *active* solr-ruby fork over on https://github.com/bbcrd/solr-ruby . So if you want to contribute to solr