From 421dc4ffc8c6b37b281ffd62b310cc8c4570638f Mon Sep 17 00:00:00 2001 From: Erik Hatcher Date: Tue, 3 Apr 2007 00:50:17 +0000 Subject: [PATCH] add TODO about new xml update handler git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@524981 13f79535-47bb-0310-9956-ffa450edef68 --- client/ruby/solr-ruby/lib/solr/request/update.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/client/ruby/solr-ruby/lib/solr/request/update.rb b/client/ruby/solr-ruby/lib/solr/request/update.rb index 0eba1b45942..8bd84488645 100644 --- a/client/ruby/solr-ruby/lib/solr/request/update.rb +++ b/client/ruby/solr-ruby/lib/solr/request/update.rb @@ -11,6 +11,7 @@ # limitations under the License. # a parent class for all requests that go through the solr update handler +# TODO: Use new xml update handler for better error responses class Solr::Request::Update < Solr::Request::Base def response_format :xml