FeedIndexProcessorCreateUpdateDelete
Magento\DataExporter\Model\Indexer\FeedIndexProcessorCreateUpdateDelete
What it does
This class processes partial reindexing for Magento's data export feeds, handling creation, updates, and deletion of entities.
Developers use this processor when they need to synchronize entity changes (including removals) to external systems or feed tables.
It extends the create/update processor by adding the ability to mark entities as removed during the reindexing process.
Public Methods
- partialReindex()