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