Model
Eav
Magento\Catalog\Model\Indexer\Product\Eav
What it does
This class manages the indexing of product EAV (Entity-Attribute-Value) attributes in Magento 2.
Developers use this indexer when they need to rebuild or update the indexed product attribute data, which improves the performance of product filtering and searching.
It provides methods for full reindexing, single product reindexing, or batch reindexing of multiple products.
Public Methods
- execute()
- executeFull()
- executeList()
- executeRow()