forked from rsolr/rsolr
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTODO.txt
25 lines (18 loc) · 965 Bytes
/
TODO.txt
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
tag all previous releases
Tests for binary data
- known issue with Builder encoding; too much encoding?
Problem with POST/xml encoding -- example, some binary MARC data has been garbled -- TEST
Look at http://lab.cisti-icist.nrc-cnrc.gc.ca/cistilabswiki/index.php/LuSql
db_mapper = RSolr::DBMapper.new(:host=>'', :database=>'')
Check out http://github.com/dan-manges/mixology/tree/master for extensions/mixins framework?
Check out the following:
http://wiki.apache.org/solr-data/attachments/solr(2d)ruby(2f)BrainStorming/attachments/rich.rb%200.1.3%20-%20Support%20for%20Rich%20Documents
http://wiki.apache.org/solr/solr-ruby/BrainStorming
http://wiki.apache.org/solr/solr-ruby/ToDo
RSolr v 1.0 to-do's
RequestError
parse non-200 http body for more meaningful error messages
include http context within exception object
initialize accepts http/direct context and optional message
direct probably has clean errors
http would need to be parsed