Smile\ElasticsuiteCore\Search\Adapter\Elasticsuite\Response\QueryResponse::__construct PHP Method

__construct() public method

Constructor
public __construct ( DocumentFactory $documentFactory, AggregationFactory $aggregationFactory, array $searchResponse )
$documentFactory DocumentFactory Document factory.
$aggregationFactory AggregationFactory Aggregation factory.
$searchResponse array Engine raw response.
    public function __construct(DocumentFactory $documentFactory, AggregationFactory $aggregationFactory, array $searchResponse)
    {
        $this->prepareDocuments($searchResponse, $documentFactory);
        $this->prepareAggregations($searchResponse, $aggregationFactory);
    }