Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以仅针对 disered 产品以编程方式更新索引?不适用于所有产品
“管理->配置->索引管理”
(因为它会长时间冻结前端)。
我发现Mage::getSingleton('catalogindex/indexer')->plainReindex($productsIds)。
Mage::getSingleton('catalogindex/indexer')->plainReindex($productsIds)
但它会在不存在的表“catalogindex_ ...”上引发错误。
您可以使用“保存时更新”重新索引模式。
它会为您保存的单个产品即时重新索引。
有关更多详细信息,您可以查看官方文档链接
希望这对你有帮助。