module Blacklight::Solr::Response::Response
Public Instance Methods
Source
# File lib/blacklight/solr/response/response.rb, line 17 def empty? total.zero? end
Source
# File lib/blacklight/solr/response/response.rb, line 4 def response self[:response] || {} end
Source
# File lib/blacklight/solr/response/response.rb, line 13 def start response[:start].to_s.to_i end