Class: Solr::Request::Optimize
Instance Method Summary
collapse
Methods inherited from Update
#handler, #response_format
Methods inherited from Base
#content_type, #handler, #response_format
Instance Method Details
#to_s ⇒ Object
17
18
19
|
# File 'lib/solr/request/optimize.rb', line 17
def to_s
Solr::XML::Element.new('optimize').to_s
end
|