mirror of https://github.com/apache/lucene.git
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:
parent
665e7d7834
commit
421dc4ffc8
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue