File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed
app/code/Magento/CatalogSearch/Model Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -216,6 +216,7 @@ class Full
216
216
* @param \Magento\CatalogSearch\Model\ResourceModel\Fulltext $fulltextResource
217
217
* @param \Magento\Framework\Search\Request\DimensionFactory $dimensionFactory
218
218
* @param \Magento\Framework\Indexer\ConfigInterface $indexerConfig
219
+ * @param \IteratorFactory $indexIteratorFactory
219
220
* @param \Magento\Framework\EntityManager\MetadataPool $metadataPool
220
221
* @param DataProvider $dataProvider
221
222
* @param int $batchSize
@@ -239,6 +240,7 @@ public function __construct(
239
240
\Magento \CatalogSearch \Model \ResourceModel \Fulltext $ fulltextResource ,
240
241
\Magento \Framework \Search \Request \DimensionFactory $ dimensionFactory ,
241
242
\Magento \Framework \Indexer \ConfigInterface $ indexerConfig ,
243
+ $ indexIteratorFactory ,
242
244
\Magento \Framework \EntityManager \MetadataPool $ metadataPool = null ,
243
245
DataProvider $ dataProvider = null ,
244
246
$ batchSize = 500
Original file line number Diff line number Diff line change @@ -128,6 +128,9 @@ class Collection extends \Magento\Catalog\Model\ResourceModel\Product\Collection
128
128
* @param \Magento\Customer\Model\Session $customerSession
129
129
* @param \Magento\Framework\Stdlib\DateTime $dateTime
130
130
* @param \Magento\Customer\Api\GroupManagementInterface $groupManagement
131
+ * @param Magento\CatalogSearch\Model\Advanced\Request\Builder $requestBuilder
132
+ * @param \Magento\Search\Model\SearchEngine $searchEngine
133
+ * @param \Magento\Framework\Search\Adapter\Mysql\TemporaryStorageFactory $temporaryStorageFactory
131
134
* @param \Magento\Framework\DB\Adapter\AdapterInterface|null $connection
132
135
* @param SearchResultFactory|null $searchResultFactory
133
136
* @param ProductLimitationFactory|null $productLimitationFactory
@@ -160,6 +163,9 @@ public function __construct(
160
163
\Magento \Customer \Model \Session $ customerSession ,
161
164
\Magento \Framework \Stdlib \DateTime $ dateTime ,
162
165
\Magento \Customer \Api \GroupManagementInterface $ groupManagement ,
166
+ $ requestBuilder ,
167
+ $ searchEngine ,
168
+ $ temporaryStorageFactory ,
163
169
\Magento \Framework \DB \Adapter \AdapterInterface $ connection = null ,
164
170
SearchResultFactory $ searchResultFactory = null ,
165
171
ProductLimitationFactory $ productLimitationFactory = null ,
Original file line number Diff line number Diff line change @@ -120,6 +120,10 @@ class Collection extends \Magento\Catalog\Model\ResourceModel\Product\Collection
120
120
* @param \Magento\Customer\Model\Session $customerSession
121
121
* @param \Magento\Framework\Stdlib\DateTime $dateTime
122
122
* @param \Magento\Customer\Api\GroupManagementInterface $groupManagement
123
+ * @param \Magento\Search\Model\QueryFactory $catalogSearchData
124
+ * @param \Magento\Framework\Search\Request\Builder $requestBuilder
125
+ * @param \Magento\Search\Model\SearchEngine $searchEngine
126
+ * @param \Magento\Framework\Search\Adapter\Mysql\TemporaryStorageFactory $temporaryStorageFactory
123
127
* @param \Magento\Framework\DB\Adapter\AdapterInterface|null $connection
124
128
* @param string $searchRequestName
125
129
* @param SearchResultFactory|null $searchResultFactory
@@ -155,6 +159,10 @@ public function __construct(
155
159
\Magento \Customer \Model \Session $ customerSession ,
156
160
\Magento \Framework \Stdlib \DateTime $ dateTime ,
157
161
\Magento \Customer \Api \GroupManagementInterface $ groupManagement ,
162
+ $ catalogSearchData ,
163
+ $ requestBuilder ,
164
+ $ searchEngine ,
165
+ $ temporaryStorageFactory ,
158
166
\Magento \Framework \DB \Adapter \AdapterInterface $ connection = null ,
159
167
$ searchRequestName = 'catalog_view_container ' ,
160
168
SearchResultFactory $ searchResultFactory = null ,
You can’t perform that action at this time.
0 commit comments