magenxcommerce/module-indexer

N/A

Installs: 126

Dependents: 3

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module


README

Magento_Indexer module is a base of Magento Indexing functionality. It allows:

  • read indexers configuration,
  • represent indexers in admin,
  • regenerate indexes by cron schedule,
  • regenerate indexes from console,
  • view and reset indexer state from console,
  • view and set indexer mode from console

There are 2 modes of the Indexers: "Update on save" and "Update by schedule". Manual full reindex can be performed via console by running php -f bin/magento indexer:reindex console command.