Store
Magento\CatalogSearch\Model\Indexer\Fulltext\Store
What it does
This class acts as an event observer that clears the catalog search index for a specific store when that store is modified.
Developers would use this to ensure that search indexes remain synchronized with store changes, automatically triggering reindexing when stores are created, updated, or deleted.
It's part of Magento's search indexing infrastructure that maintains search data consistency.
Public Methods
- execute()