Interface
RequestCheckerInterface
Magento\CatalogSearch\Model\Adapter\Aggregation\RequestCheckerInterface
What it does
This interface defines a contract for checking if attribute aggregation should be performed for a search request.
Developers implement this interface to create custom checkers that determine whether collecting all product attributes is necessary for a specific search query, helping optimize performance by avoiding expensive aggregation operations when not needed.
Public Methods
- isApplicable()