FeedIndexer
Magento\DataExporter\Model\Indexer\FeedIndexer
What it does
This class serves as the main indexer for exporting feed data in Magento 2, implementing both standard indexer and materialized view interfaces.
Developers use it to trigger full or partial reindexing of data export feeds, such as product catalogs, for external systems.
It manages locking mechanisms to prevent concurrent operations and coordinates the indexing process through delegated processors.
Public Methods
- executeFull()
- executeList()
- executeRow()
- execute()
- getFeedIndexMetadata()