예제 #1
0
 /**
  * Returns the facets from the response in a form of a multi-dimensional associative array, e.g. array('category' => array('Sports' => '', 'News' => ''));
  * @return array
  */
 public function getFacets()
 {
     return parent::getRawFacets();
 }