longyi c9405dd336 vendor 5 vuotta sitten
..
App c9405dd336 vendor 5 vuotta sitten
Block c9405dd336 vendor 5 vuotta sitten
Console c9405dd336 vendor 5 vuotta sitten
Controller c9405dd336 vendor 5 vuotta sitten
Cron c9405dd336 vendor 5 vuotta sitten
Model c9405dd336 vendor 5 vuotta sitten
Setup c9405dd336 vendor 5 vuotta sitten
Test c9405dd336 vendor 5 vuotta sitten
Ui c9405dd336 vendor 5 vuotta sitten
etc c9405dd336 vendor 5 vuotta sitten
i18n c9405dd336 vendor 5 vuotta sitten
view c9405dd336 vendor 5 vuotta sitten
LICENSE.txt c9405dd336 vendor 5 vuotta sitten
LICENSE_AFL.txt c9405dd336 vendor 5 vuotta sitten
README.md c9405dd336 vendor 5 vuotta sitten
composer.json c9405dd336 vendor 5 vuotta sitten
registration.php c9405dd336 vendor 5 vuotta sitten

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.