Smile\ElasticsuiteCore\Search\Request\SortOrder\Nested::getScoreMode PHP Метод

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

Method used to aggregate the sort if there is many match for the filter.
public getScoreMode ( ) : string
Результат string
    public function getScoreMode()
    {
        return $this->scoreMode;
    }