Model
Action
Magento\CatalogSearch\Model\Indexer\Mview\Action
What it does
This class handles partial reindexing of catalog search data when specific products are modified.
It's automatically triggered by Magento's MView system to update only the affected product IDs in the search index, rather than reindexing everything.
Developers typically don't call this directly - it's invoked automatically when products are saved or updated.
Public Methods
- execute()