public
Description: Rails plugin for integration of the Sunspot Solr library
Homepage: http://github.com/outoftime/sunspot_rails
Clone URL: git://github.com/outoftime/sunspot_rails.git
sunspot_rails / History.txt
100644 16 lines (13 sloc) 0.855 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
== 0.10.7
* Added Sunspot::Rails::Server class to start/stop/run/bootstrap the solr server
* Added log_level key to sunspot.yml, see java docs for valid values (http://java.sun.com/j2se/1.5.0/docs/api/java/util/logging/Level.html)
* Added log_file key to sunspot.yml. This defaults to RAILS_ROOT/log/solr_<environment>.log.
* Added support for localsolr in sunspot_rails. You can add custom extension.jar files to your Rails.root/solr/lib directory
* Added an option to not reindex an object when certain columns have changed.
 
== 0.10.6
* Added script/generate sunspot support to generate the required sunspot.yml
  file [Brandon Keepers]
  
== 0.10.5
* Added a auto_commit_after_request option to sunspot.yml. Sunspot will not
  automatically commit any changes in solr if you set this value to false.
  Strongly encouraged for production environment.