public function __construct($conn = null)
 {
     parent::__construct();
     $this->_init('catalog/product');
     $this->_select = new DMC_Solr_Model_SolrServer_Select();
     $this->_getSearchableAttributes();
 }
 public function __construct($conn = null)
 {
     parent::__construct();
     $this->_init('catalog/category');
 }
 public function __construct($conn = null)
 {
     parent::__construct();
     $this->_init('cms/page');
 }