Posted by justintime on March 31, 2010 at 6:56pm
Looks like the nightly Solr builds at http://people.apache.org/builds/lucene/solr/nightly/ haven't worked since 2/27. What is the recommended version of Solr to use ATM for use with Mercury?
Looks like the nightly Solr builds at http://people.apache.org/builds/lucene/solr/nightly/ haven't worked since 2/27. What is the recommended version of Solr to use ATM for use with Mercury?
Comments
re: Solr Builds?
I'm not sure what's going on over there, but we've used http://people.apache.org/builds/lucene/solr/nightly/solr-2010-02-27.tgz with good results. I would recommend using that one until they nightly builds come back
Greg
--
Greg Coit
Systems Administrator
http://www.chapterthree.com
Bad to worse
Heh, well, we went from bad to worse. Instead of no updated builds, we now have no builds at all: http://people.apache.org/builds/lucene/solr/nightly/. It was there late yesterday afternoon...
re: Bad to worse
Indeed they were. Looks like the solr folks we're updating their location as they're now stored here:
http://hudson.zones.apache.org/hudson/job/Solr-trunk/lastSuccessfulBuild...
Looks like there's new solr builds too. :)
I'll update the install wiki.
Thanks for the heads up!
Greg
--
Greg Coit
Systems Administrator
http://www.chapterthree.com
Actually, they didn't know
Actually, they didn't know about that until I posted on the mailing list about it :)
Regular 1.4 download?
It's been a few months, and I can't remember if I tried this with Mercury or Pantheon, but I believe the standard download of 1.4 from the main Solr site now works, if that's any help. It did when 1.4 was released, anyway.
Richard Sheppard
http://uk.linkedin.com/in/richardsheppard
re: Regular 1.4 download?
Yes, in fact after testing the new nightly build (which was throwing errors), I updated the instructions to use 1.4.
Greg
--
Greg Coit
Systems Administrator
http://www.chapterthree.com
Apache Solr Does not search within documents
I have been working on a Drupal 7 website and it needs to manage contents with attached documents. I have used solr search for search functionality, but it also needs to search within the document contents, that did not work.
After that I used Tika technology with apache solr and it works perfectly, but want to know if anybody has any better solution to implement the search within document functionality in Drupal.