forked from michaeldwan/rsolr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO.txt
33 lines (23 loc) · 1.11 KB
/
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
26
27
28
29
30
31
32
33
Convert all tests to rspec
Tests for binary data
- known issue with Builder encoding; too much encoding? No longer using Builder.
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 http body for more meaning 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
Re-name connection/net_http to http
Think about re-adding http adapters
solr = RSolr.connect
solr.backend = :net_http
solr.backend = :curb