forked from rbranson/solr-ruby
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGES.yml
55 lines (47 loc) · 1.76 KB
/
CHANGES.yml
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
v0.0.9:
release_date: TBD
changes:
- HTTP_PROXY support added. If http_proxy is set, it will use it
v0.0.8:
release_date: TBD
changes:
- Updated Solr::Request::Standard to use modern style sort parameter rather
v0.0.7:
release_date: 2009-03-06
changes:
- Fixed string parameters with carriage returns in Solr::Request::Select (due to String.each pain)
- SOLR-1047 - added support for facet.method
v0.0.6:
release_date: 2008-07-14
changes:
- Added Solr::Request::Spellcheck
- Enabled Solr::Request::Select to work as a general pass through to any registered request handler
- Fixed modify_document_test.rb so as to not be brittle with Hash ordering
- Added support for alternate field highlighting to Solr::Request::Standard (and thus DisMax)
- Added facet.offset support to Solr::Request::Standard/Dismax
- Added shards parameter to Solr::Request::Standard/Dismax
v0.0.5:
release_date: 2007-08-27
changes:
- Added support for highlighter fragment size to Solr::Request::Standard
- Added support for MoreLikeThese to Solr::Request::Standard
- Added Solr::Request::ModifyDocument (requires SOLR-139 patch)
- Added Solr::Util.query_parser_escape()
v0.0.4:
release_date: 2007-08-16
changes:
- Solr::Indexer#solr added to gain access to the Solr::Connection instance
- Fixed issue with multi-line String field values when field set multiValued="false"
- Fixed tests to work without either Hpricot or libxml2
v0.0.3:
release_date: 2007-05-22
changes:
- Adjusted HpricotMapper and XPathMapper, and tests, to load only if their dependencies are available.
v0.0.2:
release_date: 2007-05-15
changes:
- mappers, etc
v0.0.1:
release_date: 2007-02-15
changes:
- initial release