\Elastica\ResultSetDefaultBuilder

Summary

Methods
Properties
Constants
buildResultSet()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
buildResults()
No private properties found
N/A

Methods

buildResultSet()

buildResultSet(\Elastica\Response  $response, \Elastica\Query  $query) : \Elastica\ResultSet

Builds a ResultSet for a given Response.

Parameters

\Elastica\Response $response
\Elastica\Query $query

Returns

\Elastica\ResultSet

buildResults()

buildResults(\Elastica\Response  $response) : array<mixed,\Elastica\Result>

Builds individual result objects.

Parameters

\Elastica\Response $response

Returns

array<mixed,\Elastica\Result>