Isswp101\Persimmon\Collection\ElasticsearchCollection::getMaxScore PHP Method

getMaxScore() public method

public getMaxScore ( ) : integer
return integer
    public function getMaxScore()
    {
        return $this->response['hits']['max_score'];
    }