Full
Magento\Catalog\Model\Indexer\Product\Full
What it does
This class serves as a coordinator for reindexing multiple product-related indexes in Magento 2.
It executes full reindexing, list-based reindexing, or single-row reindexing across all configured product indexers that aren't scheduled for background processing.
Developers use this when they need to trigger a complete product reindex programmatically, ensuring all product data is synchronized across price, inventory, search, and other indexes.
Public Methods
- executeFull()
- executeList()
- executeRow()