Search Module
Model\AdapterFactory
Factory
This factory class creates search adapter instances based on the currently configured search engine (like Elasticsearch, MySQL, etc.). Developers use...
Model\Autocomplete\ItemFactory
Factory
This factory class creates instances of autocomplete Item objects used in Magento's search functionality. Developers use this factory when they need t...
Model\QueryFactory
Factory
This factory class creates and retrieves search Query objects in Magento 2. Developers use it to get the current search query from the request, which...
Model\SearchCollectionFactory
Factory
This factory class creates instances of SearchCollectionInterface implementations in Magento 2. Developers use this factory when they need to instanti...