在我的 Magento 中,我有一些模块可以手动更改数据库。例如,更改某些属性,或从某些目录中导入新产品等。
所以, Algolia 挂钩在这种情况下没有使用。
有没有办法从php-script继续 algolia reindex?
答案 0 :(得分:5)
您可以使用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