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.