Searched refs:facets (Results 1 – 4 of 4) sorted by relevance
101 public function setFacets($facets) argument103 $this->facets = $facets;110 return $this->facets;
116 public $facets; variable in Google_Context118 public function setFacets(/* array(Google_ContextFacets) */ $facets) { argument119 $this->assertIsArray($facets, 'Google_ContextFacets', __METHOD__);120 $this->facets = $facets;123 return $this->facets;
240 public $facets; variable in Google_Products302 public function setFacets(/* array(Google_ProductsFacets) */ $facets) { argument303 $this->assertIsArray($facets, 'Google_ProductsFacets', __METHOD__);304 $this->facets = $facets;307 return $this->facets;
1522 - Remove facets param from query if is empty array1600 - Second param to \Elastica\Search.php:count($query = '', $fullResult = false) added. If second param is set to true, full ResultSet is returned including facets.