GraphAware\Reco4PHP\Engine\DiscoveryEngine::scoreResultName PHP Метод

scoreResultName() публичный Метод

public scoreResultName ( ) : string
Результат string The column identifier of the row result representing the score to be used, note that this is not mandatory to have a score in the result. If empty, the score will be the float value returned by defaultScore() or the score logic if the concrete class override the buildScore method.
    public function scoreResultName() : string;