<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,24 +1,8 @@
-Tests for binary data - known issue with Builder encoding; too much encoding?
-
-RSolr::Message.builder -- should be adapter?
-
-Can the message adapter be sent per connection?
-  solr.connect
-  solr.message_adapter = LibXML.new
-
-Message::Field class to Struct?
-
-dynamic proxy methods for adapter users?
-
 Convert all tests to rspec
-Remove live connection tests -- use mocks instead
-
-Problem with POST/xml encoding -- example, some binary MARC data has been garbled -- this is coming from the Builder xml escape method. What to do?
-&lt;- is this working OK with LibXML?
-
-Add Nokogiri builder (can be used in jruby and mri)
 
-Push HTTPClient into separate gem?
+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
 
@@ -34,28 +18,6 @@ http://wiki.apache.org/solr/solr-ruby/ToDo
 
 Connection pooling?
 
-raw ruby xml writer... this was 3 times faster than libxml and builder:
-
-def hash_to_attrs(h)
-	h.map{|k,v| &quot;#{k}=\&quot;#{v}\&quot;&quot; }.join(' ')
-end
-
-def add(data, add_attrs={})
-	t = Time.now
-	x = &quot;&lt;add #{hash_to_attrs(add_attrs)}&gt;&quot;
-	data = [data] unless data.is_a?(Array)
-	documents = data.map do |doc|
-	doc = Document.new(doc) if doc.respond_to?(:each_pair)
-	yield doc if block_given?
-	x &lt;&lt; &quot;&lt;doc #{hash_to_attrs(doc.attrs)}&gt;&quot;
-	doc.fields.each do |f|
-	  x &lt;&lt; &quot;&lt;field #{hash_to_attrs(f.attrs)}&gt;#{f.value}&lt;/field&gt;&quot;
-	end
-	x &lt;&lt; &quot;&lt;/doc&gt;&quot;
-	doc
-	end
-	x &lt;&lt; &quot;&lt;/add&gt;&quot;
-	#builder.add(documents, add_attrs)
-	puts Time.now - t
-	exit
+solr.select(:q=&gt;'*:*') do |response,http|
+	
 end
\ No newline at end of file</diff>
      <filename>TODO.txt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>41408f3f5d7a6a1b38fded7d9d04bad4081328fb</id>
    </parent>
  </parents>
  <author>
    <name>Matt Mitchell</name>
    <email>goodieboy@gmail.com</email>
  </author>
  <url>http://github.com/mwmitchell/rsolr/commit/6ae55fb477c9ec4b3256866f2b61da277266c4f2</url>
  <id>6ae55fb477c9ec4b3256866f2b61da277266c4f2</id>
  <committed-date>2009-11-06T08:04:15-08:00</committed-date>
  <authored-date>2009-11-06T08:04:15-08:00</authored-date>
  <message>cleaning up todo</message>
  <tree>4a997032940c3794a7fa1398f424bfaa7b042c06</tree>
  <committer>
    <name>Matt Mitchell</name>
    <email>goodieboy@gmail.com</email>
  </committer>
</commit>
