Method: Chewy::Search::Request#response
- Defined in:
- lib/chewy/search/request.rb
#response ⇒ Chewy::Search::Response
Access to ES response wrappers providing useful methods such as Chewy::Search::Response#total or Chewy::Search::Response#max_score.
104 105 106 |
# File 'lib/chewy/search/request.rb', line 104 def response @response ||= build_response(perform) end |