Magento - Programmatically Disable Automatic Indexing
问题 In Magento 1.9 Enterprise (which is essentially the 1.4 Community Edition), what is the correct way to disable the index programmatically so that it wont reindex after every product update? We have a complex product import procedure, so we can't use the built-in catalog import. 回答1: Setting the indexer to "manual" mode will prevent it from automatically indexing on save/edit/delete. In MAGE_ROOT/shell you can find a script called indexer.php that, between others allows you to enable/disable