protected function _sendQuery()
 {
     $this->_result = $this->_engine->search($this->_search);
     if (!$this->_result->getResults()) {
         Mage::throwException($this->_result->getMsg());
     }
 }