longyi c9405dd336 vendor 5 лет назад
..
App c9405dd336 vendor 5 лет назад
Block c9405dd336 vendor 5 лет назад
Console c9405dd336 vendor 5 лет назад
Controller c9405dd336 vendor 5 лет назад
Cron c9405dd336 vendor 5 лет назад
Model c9405dd336 vendor 5 лет назад
Setup c9405dd336 vendor 5 лет назад
Test c9405dd336 vendor 5 лет назад
Ui c9405dd336 vendor 5 лет назад
etc c9405dd336 vendor 5 лет назад
i18n c9405dd336 vendor 5 лет назад
view c9405dd336 vendor 5 лет назад
LICENSE.txt c9405dd336 vendor 5 лет назад
LICENSE_AFL.txt c9405dd336 vendor 5 лет назад
README.md c9405dd336 vendor 5 лет назад
composer.json c9405dd336 vendor 5 лет назад
registration.php c9405dd336 vendor 5 лет назад

README.md

Overview

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.