Sha256: 9fea6500a4b8e31f70c67677b571479c69a781ec2d3c37da689cdca15459af1f

Contents?: true

Size: 1.79 KB

Versions: 2

Compression:

Stored size: 1.79 KB

Contents

== 1.0.2 2010-03-11
* Allow use of ActiveRecord object for coordinates extraction
* Works with non-standard primary keys
* Add :include, :select options to Searchable::search()
* Allow specification of min_memory and max_memory in config/sunspot.yml
* Searchable now more considerate of model namespaces

== 1.0.1 2010-03-05
* Fix Solr logging compatibility with RSolr 0.12.1

== 1.0.0 2010-03-03
* Sunspot::Rails::Server subclasses Sunspot::Server; no longer needs to shell out
* Use Sunspot built-in session proxies in Sunspot::Rails
* Sunspot::Rails adapter compatible with assumed inconsistency
* Use session proxy for disconnecting Sunspot in specs
* Allow specification of first ID for reindex batches.
* Log Solr requests in Rails logger
* Use class_inheritable_hash for sunspot_options
* Add `index` class method, which is like `reindex` but doesn't clear first
* Rename sunspot:solr:reindex to sunspot:reindex
* Use Sunspot::Installer to bootstrap Rails Solr home

== 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.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sunspot_rails-1.0.3 History.txt
sunspot_rails-1.0.2 History.txt