Model
Full
Magento\Catalog\Model\Indexer\Product\Full
What it does
This class orchestrates the reindexing of all product-related indexers in Magento 2.
Developers would use this when they need to trigger a full reindex of product data, or reindex specific products by ID or list of IDs.
It ensures that all dependent product indexers (like price, inventory, category) are updated in the correct order based on their dependency tree.
Public Methods
- executeFull()
- executeList()
- executeRow()