Home
last modified time | relevance | path

Searched refs:facets (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2SearchResponse.php101 public function setFacets($facets) argument
103 $this->facets = $facets;
110 return $this->facets;
/plugin/authgoogle/google/contrib/
H A DGoogle_CustomsearchService.php116 public $facets; variable in Google_Context
118 public function setFacets(/* array(Google_ContextFacets) */ $facets) { argument
119 $this->assertIsArray($facets, 'Google_ContextFacets', __METHOD__);
120 $this->facets = $facets;
123 return $this->facets;
H A DGoogle_ShoppingService.php240 public $facets; variable in Google_Products
302 public function setFacets(/* array(Google_ProductsFacets) */ $facets) { argument
303 $this->assertIsArray($facets, 'Google_ProductsFacets', __METHOD__);
304 $this->facets = $facets;
307 return $this->facets;
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1522 - Remove facets param from query if is empty array
1600 - Second param to \Elastica\Search.php:count($query = '', $fullResult = false) added. If second param is set to true, full ResultSet is returned including facets.