示例#1
0
 /**
  * Gets an array of range facets that belong to this query response
  * @return ASolrFacet[]
  */
 public function getRangeFacets()
 {
     if ($this->_solrQueryResponse === null) {
         $this->getData();
     }
     return $this->_solrQueryResponse->getRangeFacets();
 }