class RSolr::Client
def execute request_context
def execute request_context raw_response = connection.execute self, request_context adapt_response(request_context, raw_response) unless raw_response.nil? end
def execute request_context raw_response = connection.execute self, request_context adapt_response(request_context, raw_response) unless raw_response.nil? end