Class: Solr::Request::Update
Overview
a parent class for all requests that go through the solr update handler TODO: Use new xml update handler for better error responses
Direct Known Subclasses
AddDocument, AtomicUpdate, Commit, Delete, ModifyDocument, Optimize
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#handler ⇒ Object
20 21 22 |
# File 'lib/solr/request/update.rb', line 20 def handler 'update' end |
#response_format ⇒ Object
16 17 18 |
# File 'lib/solr/request/update.rb', line 16 def response_format :xml end |