Elastica\Query\InnerHits::setSort PHP Метод

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

How the inner matching hits should be sorted. By default the hits are sorted by the score of the main query.
public setSort ( array $sortArgs )
$sortArgs array
    public function setSort(array $sortArgs)
    {
        return $this->setParam('sort', $sortArgs);
    }