Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The following page has been changed by YonikSeeley: http://wiki.apache.org/solr/SolRuby The comment on the change is: RoR acts_as_solr link ------------------------------------------------------------------------------ == Ruby on Rails == + There is an [http://acts-as-solr.rubyforge.org/ acts_as_solr] plugin to add full text search capabilities using Solr to any Rails model + + + --- + In Ruby on Rails, the concept of models can extend beyond a local database. As SOLR functions as a web service, it makes sense to have Ruby query the SOLR web service, parse the returned XML document, and have the data work in the same fashion as a database model would. Bindings for integration into Rails: (not finished)
