Bolt\Storage\Query\SearchWeighter::setResults PHP Method

setResults() public method

Sets an iterable group of results, this normally comes directly from the database query.
public setResults ( array $results )
$results array
    public function setResults(array $results)
    {
        $this->results = $results;
    }