-
Notifications
You must be signed in to change notification settings - Fork 23
Home
Since the original authors abandoned acts_as_solr a while ago, this has sort of become the mainline branch for new changes. I took Luke Francl’s version, added a few features of my own, and also a new and fast unit test suite that doesn’t test integration with Solr and Rails, but only the functionality itself.
Currently there’s a rework of the plugin in progress on the [refactoring](http://github.com/mattmatt/acts_as_solr/tree/refactoring) branch.
Contributing
Patches are most welcome of course. If you submit a pull request, please be sure to include tests for your change. If it’s a bigger one, a functional test would be much appreciated.
Documentation
You can find a reasonably up-to-date [RDoc](http://mattmatt.github.com/acts_as_solr/rdoc/) on the [acts_as_solr website](http://mattmatt.github.com/acts_as_solr/).
Tutorials
Most of these are slightly older, but still valid for the most part.
- [Getting Started with acts_as_solr](http://blog.aisleten.com/2007/04/14/getting-started-with-acts_as_solr/)
- [acts_as_solr: search and facetting](http://www.quarkruby.com/2007/8/12/acts_as_solr-for-search-and-faceting)
- [Advanced acts_as_solr](http://www.quarkruby.com/2007/9/14/advanced-acts_as_solr)
- [acts_as_solr up and running in 10 minutes](http://acts-as-solr.rubyforge.org/acts_as_solr_up_and_running_in_10_minutes.html) (Screencast)
- [acts_as_solr for development and production in one Tomcat instance](http://blog.aisleten.com/2007/04/15/acts_as_solr-for-development-and-production-in-one-tomcat-instance/)
- [acts_as_solr: Another Advanced Search Option For Ruby](http://www.johnmunsch.com/2007/02/acts_as_solr_another_advanced.html)
- [Searching with Solr](http://blog.tourb.us/archives/searching-with-solr/)
- [Substring queries with Solr (acts_as_solr)](http://coderrr.wordpress.com/2008/05/08/substring-queries-with-solr-acts_as_solr/)
- [acts_as_solr with rich document indexing](http://www.lucidimagination.com/blog/2009/02/17/acts_as_solr_cell/)
- [Backgrounding acts_as_solr](http://www.frenzicmojo.net/2009/04/backgrounding-acts-as-solr/)
Community
Drop by the [Google Group](http://groups.google.com/group/acts_as_solr) and ask your questions.