Elastica\Multi\MultiBuilder::buildMultiResultSet PHP Метод

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

public buildMultiResultSet ( Response $response, Search[] $searches ) : ResultSet
$response Elastica\Response
$searches Elastica\Search[]
Результат ResultSet
    public function buildMultiResultSet(Response $response, $searches)
    {
        $resultSets = $this->buildResultSets($response, $searches);
        return new ResultSet($response, $resultSets);
    }