Method: Chewy::Search::Response#timed_out?

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

#timed_out?true, false

Has the request been timed out?

Returns:

  • (true, false)


46
47
48
# File 'lib/chewy/search/response.rb', line 46

def timed_out?
  @timed_out ||= @body['timed_out']
end