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
This commit is contained in:
Erik Hatcher 2007-04-03 00:50:17 +00:00
parent 665e7d7834
commit 421dc4ffc8
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
# limitations under the License. # limitations under the License.
# a parent class for all requests that go through the solr update handler # 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 class Solr::Request::Update < Solr::Request::Base
def response_format def response_format
:xml :xml