Index
Magento\AdvancedSearch\Model\ResourceModel\Index
What it does
This resource model retrieves indexed product data for advanced search operations in Magento 2.
Developers use this class to fetch price index data across customer groups and websites, category-product relationships with positions, and product IDs when categories are moved.
It's primarily used by search indexers and catalog indexing processes to aggregate product information efficiently.
Public Methods
- getPriceIndexData()
- getCategoryProductIndexData()
- getMovedCategoryProductIds()