예제 #1
0
파일: Indexer.php 프로젝트: raz0rsdge/horde
 public function search($index, $type, $query)
 {
     try {
         return $this->_es->search($index, $type, $query);
     } catch (Horde_ElasticSearch_Exception $e) {
         throw new Content_Exception($e);
     }
 }