module Blacklight::Solr::Response::Response
Public Instance Methods
empty?()
click to toggle source
# File lib/blacklight/solr/response/response.rb, line 17 def empty? total.zero? end
response()
click to toggle source
# File lib/blacklight/solr/response/response.rb, line 4 def response self[:response] || {} end
start()
click to toggle source
# File lib/blacklight/solr/response/response.rb, line 13 def start response[:start].to_s.to_i end
total()
click to toggle source
short cut to response
# File lib/blacklight/solr/response/response.rb, line 9 def total response[:numFound].to_s.to_i end