public
Fork of look/acts_as_solr
Description: This plugin adds full text search capabilities and many other nifty features from Apache‘s Solr to any Rails model. I'm currently rearranging the test suite to include a real unit test suite, and adding a few features I need myself.
Homepage: http://mattmatt.github.com/acts_as_solr
Clone URL: git://github.com/mattmatt/acts_as_solr.git
acts_as_solr / lib
name age message
..
file acts_as_solr.rb Loading commit data...
file acts_methods.rb
file class_methods.rb Sat Feb 28 08:06:58 -0800 2009 modifications to acts_as_solr in order to provi... [Mitchell Hatter]
file common_methods.rb Tue Nov 18 09:44:19 -0800 2008 CHANGED: ruby 1.9 compat (same tests fails in b... [David Palm]
file deprecation.rb Sat May 03 15:39:08 -0700 2008 git import of acts_as_solr [Thiago Jackiw]
file instance_methods.rb
file lazy_document.rb Fri Oct 10 09:02:28 -0700 2008 Updated querying to support returning lazy docu... [mattmatt]
file parser_methods.rb
file search_results.rb
file solr.rb Sat May 03 15:39:08 -0700 2008 git import of acts_as_solr [Thiago Jackiw]
directory solr/
file solr_fixtures.rb Sat May 03 15:39:08 -0700 2008 git import of acts_as_solr [Thiago Jackiw]
directory tasks/