Algolia 在 Magento 中重建索引

Algolia reindex in Magento

在我的 Magento 中,我有一些模块可以手动更改数据库。例如,更改某些属性,或从某些目录中导入新产品等

因此,A​​lgolia 钩子未在这种情况下使用。

有没有什么方法可以从 php-script 进行 algolia 重建索引?

您可以使用 magento indexer 或 magerun (http://magerun.net/) 或直接 indexer.php 使用以下命令

n98-magerun --root-dir=/var/www/htdocs index:reindex algolia_search_indexer

php -f shell/indexer.php -- -reindex algolia_search_indexer