Method: Chewy::Search::Request#response

Defined in:
lib/chewy/search/request.rb

#responseChewy::Search::Response

Access to ES response wrappers providing useful methods such as Chewy::Search::Response#total or Chewy::Search::Response#max_score.

Returns:

See Also:



104
105
106
# File 'lib/chewy/search/request.rb', line 104

def response
  @response ||= build_response(perform)
end