Re: acts_as_solr integeration with solr separately

2009-09-21 Thread abhay kumar
Thanks Erik for your knd response. I am using acts_as_solr stable release v0.9 . I downloaded it from http://github.com/mattmatt/acts_as_solr/tree/master Regards Abhay On Mon, Sep 21, 2009 at 3:41 PM, Erik Hatcher wrote: > acts_as_solr accesses the Solr server listed in the config solr.yml fi

Re: acts_as_solr integeration with solr separately

2009-09-21 Thread Erik Hatcher
acts_as_solr accesses the Solr server listed in the config solr.yml file. You don't have to use the start/stop Rake actions, they are really just conveniences for development/testing (I personally would launch Solr separately in production though). Out of curiosity, what acts_as_solr versi

Re: acts_as_solr integeration with solr separately

2009-09-20 Thread abhay kumar
Anybody with his bright ideas Regards Abhay On Fri, Sep 18, 2009 at 5:30 AM, abhay kumar wrote: > Hi, > > I have setup solr search server in tomcat. > > I am able to fire queries(of any knid) & get results in xml format. > > Now i want to Integerate it(solr) with ruby on rails . > > I know

acts_as_solr integeration with solr separately

2009-09-18 Thread abhay kumar
Hi, I have setup solr search server in tomcat. I am able to fire queries(of any knid) & get results in xml format. Now i want to Integerate it(solr) with ruby on rails . I know ruby on rails has inbuilt plugin acts_as_solr which helps in integerating(talking) with solr. acts_as_solr comes bund