Method: Elasticsearch::Model::Response::Base#max_score

Defined in:
lib/elasticsearch/model/response/base.rb

#max_scoreObject

Returns the max_score



60
61
62
# File 'lib/elasticsearch/model/response/base.rb', line 60

def max_score
  response.response['hits']['max_score']
end