Closed jeremyf closed 8 years ago
Let's see, same issue as jeremyf. My hydra-10.0.0 hydra.gemspec is coming over with gem.add_dependency 'solr_wrapper', '~> 0.12.1' I'm a bit new to this so please forgive but I alter the solr_wrapper version in gems/ruby-2.3.0/gems/hydra-10.0.0/hydra.gemspec, remove my Gemfile.lock and when 'bundle install' regenerates it solr_wrapper (~> 0.12.1) is back. Where can I alter to get 0.13.1 to install.
FWIW I've seen this issue before. Seems to have something to do w/ how Ruby parses casts URIs to objects rather than strings... I think.
thanks for any info
OK, I have seen this before and ruby does sometimes cast that causes this error but when I inspect the URL from which the solr for the wrapper is to be upulled..
http://www.trieuvan.com/apache/lucene/solr/6.0.1/solr-6.0.1.zip
There is nothing there :/
however I do get a zip file from ...6.1.0/solr-6.1.0.zip though I can't seem to find where the erroneous configuration is assigned.
Following the Dive into Hydra tutorial, we encountered a problem with SOLR working using solr_wrapper 0.12.1 (see call stack below). After posting on Hydra slack, we received an answer from Michael Tribone saying that he had to update sufia's solr_wrapper.
Without this change, the Dive into Hydra tutorial does not work.