Home
last modified time | relevance | path

Searched refs:fullResult (Results 1 – 2 of 2) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSearch.php359 * @param bool $fullResult By default only the total hit count is returned. If set to true, the full ResultSet including aggregations is returned argument
367 public function count($query = '', bool $fullResult = false, string $method = Request::POST)
386 return $fullResult ? $resultSet : $resultSet->getTotalHits();
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1600 - Second param to \Elastica\Search.php:count($query = '', $fullResult = false) added. If second param is set to true, full ResultSet is returned including facets.