outoftime / sunspot

Solr-powered search for Ruby objects

sunspot / History.txt
100644 40 lines (33 sloc) 1.032 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
== 0.8.0 2009-05-22
* Access query API directly; instantiate search without running it
* Dynamic fields
* Search blocks can be evaluated in calling context
 
== 0.7.3 2009-05-06
* Better exception handling when class doesn't have adapter/setup
 
== 0.7.2 2009-04-29
* Dirty sessions
 
== 0.7.1 2009-04-29
* Removed extlib dependency from gemspec
 
== 0.7.0 2009-04-28
* Less magic in the DSL
* Restrict by empty values
* Negative scoping using without() method
* Exclusion by object identity using without(instance)
* Support for faceting
* Explicit commits
* Boolean field type
* Attribute field flexibility
* Virtual field blocks can be evaluated in calling context
* Order available by multiple fields
* New adapter API
* Got rid of builder API
* Full documentation
 
== 0.0.2 2009-02-14
* Run sunspot's built-in Solr instance using
  sunspot-solr executable
* Search hash interpretation delegated to
  Builder object
 
== 0.0.1 2008-12-11
* Initial release
* Define indexing for any class using DSL
* Search indexed classes using DSL