public function __construct()
 {
     parent::__construct();
     $this->engine = new Algolia_Algoliasearch_Model_Resource_Engine();
     $this->config = Mage::helper('algoliasearch/config');
     $this->logger = Mage::helper('algoliasearch/logger');
 }
 public function __construct()
 {
     /**
      * Add the customer groups as a matched entity in addition to category or product entity.
      */
     $this->_matchedEntities[Mage_Customer_Model_Group::ENTITY] = array(Mage_Index_Model_Event::TYPE_SAVE);
     parent::__construct();
 }
 public function __construct()
 {
     parent::__construct();
     $this->config = Mage::helper('algoliasearch/config');
     $this->queue = Mage::getSingleton('algoliasearch/queue');
 }
Exemple #4
0
 public function __construct()
 {
     parent::__construct();
     $this->_config = Mage::helper('nanowebg_elasticsearch/elasticsearch')->getEngineConfig();
     $this->_stores = explode(",", $this->_config['stores']);
 }
 public function __construct()
 {
     $this->mapping = Mage::helper('merlinsearch/mapping');
     parent::__construct();
 }
 public function __construct()
 {
     parent::__construct();
     $this->engine = new Algolia_Algoliasearch_Model_Resource_Engine();
 }