Acts_as_solr: Starting solr server on windows

Published on

I was using acts_as_searchable for one of my project, which uses Hyperestraier in background. Yesterday I decided to use acts_as_solr which uses solr(based on Lucene Java search library). I did all written in its Manual/Readme, but when I issued to start the solr server, it threw a heart breaking “Bad file descriptor” error, although acts_as_solr … Continue reading Acts_as_solr: Starting solr server on windows