Model
IndexStructureProxy
Magento\CatalogSearch\Model\Indexer\IndexStructureProxy
What it does
This class acts as a proxy for managing the catalog search index structure in Magento 2, delegating create and delete operations to the appropriate index structure implementation.
Developers would use this when programmatically creating or removing search index tables, though it's deprecated since MySQL search has been removed in favor of Elasticsearch.
Public Methods
- delete()
- create()