php - Magento Indexing Issue -
i running process bunch of updates catalog (change names, prices, stock, custom attributes on items). @ end of script have set reindex using code:
$processcol = mage::getmodel('index/process')->getcollection(); foreach($processcol $process) { $process->reindexeverything(); } it runs without error , can place log see indexer codes indexed, runs lot faster command line reindex.php file. also, products have set not displayed in data still shown until run reindex command line. reindex in script seems doing not updating products on front end.
see last comment myself. resolved new class.
Comments
Post a Comment