class Solr::Request::Update
a parent class for all requests that go through the solr update handler TODO: Use new xml update handler for better error responses
Public Instance Methods
handler()
click to toggle source
# File lib/solr/request/update.rb, line 20 def handler 'update' end
response_format()
click to toggle source
# File lib/solr/request/update.rb, line 16 def response_format :xml end