File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
app/code/Magento/CatalogSearch
Model/ResourceModel/Fulltext/Collection Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 13
13
14
14
/**
15
15
* Resolve specific attributes for search criteria.
16
+ * @deprecated @see \Magento\Elasticsearch\Model\ResourceModel\Fulltext\Collection\SearchResultApplier
16
17
*/
17
18
class SearchResultApplier implements SearchResultApplierInterface
18
19
{
Original file line number Diff line number Diff line change 15
15
<preference for =" Magento\CatalogSearch\Model\Indexer\IndexSwitcherInterface" type =" Magento\CatalogSearch\Model\Indexer\IndexSwitcherProxy" />
16
16
<preference for =" Magento\CatalogSearch\Model\Adapter\Aggregation\RequestCheckerInterface" type =" Magento\CatalogSearch\Model\Adapter\Aggregation\RequestCheckerComposite" />
17
17
<preference for =" Magento\CatalogSearch\Model\ResourceModel\Fulltext\Collection\SearchCriteriaResolverInterface" type =" Magento\CatalogSearch\Model\ResourceModel\Fulltext\Collection\SearchCriteriaResolver" />
18
+ <preference for =" Magento\CatalogSearch\Model\ResourceModel\Fulltext\Collection\SearchResultApplierInterface" type =" Magento\CatalogSearch\Model\ResourceModel\Fulltext\Collection\SearchResultApplier" />
18
19
<preference for =" Magento\CatalogSearch\Model\ResourceModel\Fulltext\Collection\TotalRecordsResolverInterface" type =" Magento\CatalogSearch\Model\ResourceModel\Fulltext\Collection\TotalRecordsResolver" />
19
20
<preference for =" Magento\CatalogSearch\Model\Search\ItemCollectionProviderInterface" type =" Magento\CatalogSearch\Model\Search\ItemCollectionProvider" />
20
21
<type name =" Magento\CatalogSearch\Model\Indexer\IndexerHandlerFactory" >
You can’t perform that action at this time.
0 commit comments