Price
Magento\Catalog\Model\Indexer\Product\Price
What it does
This class manages product price indexing in Magento 2, responsible for updating the price index tables that enable fast price filtering and sorting on the storefront.
Developers interact with this indexer when product prices change, either reindexing individual products, lists of products, or the entire catalog.
It's automatically triggered by Magento during product saves or can be run manually via CLI commands.
Public Methods
- execute()
- executeFull()
- executeList()
- executeRow()