Model
Fulltext
Magento\CatalogSearch\Model\ResourceModel\Fulltext
What it does
This resource model manages the catalog search fulltext index table and search query operations in Magento 2.
Developers use it to reset search results for stores (clearing the processed flag on search queries) and to retrieve parent product IDs based on child product IDs, which is essential for maintaining proper search indexing relationships between configurable/grouped products and their children.
Public Methods
- resetSearchResults()
- resetSearchResultsByStore()
- getRelationsByChild()