Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Indexer

Hannu Pölönen edited this page Mar 16, 2018 · 13 revisions

Nosto for Magento adds a customer indexer to the existing Magento indexer.

3.5.0

The indexer can be used drastically improve the performance of synchronizing the product catalog with Nosto. The indexer can be found by navigating to the Index Management view in the Magento settings.

Indexing Mode: Update On Save

We recommend you keep your indexer mode to be "Update on Save" and this is the default mode.

When the indexer is run in this mode, all product updates are instantaneously sent to Nosto. In the event that there is a noticeable performance impact, switch your indexer to the other mode.

Indexing Mode: Update By Schedule

If you have a large product catalog or a high-traffic site, we recommend you switch the indexer mode to be "Update by Schedule".

When the indexer is run in this mode, all product updates are not instantaneously sent to Nosto, but instead deferred until the next cron execution.

Running indexer manually

You can run full reindexing of Nosto product by using Magento's build in cli indexer (./shell/indexer.php). Simply run php ./shell/indexer.php --reindex nosto_indexer.

If you update your store product periodically (from some ERP system for example) it's a good idea to run the indexer manually after the product update. Also, if you use lot of catalog price rules and your product catalog is large you should run Nosto indexer periodically.