File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/CatalogSearch/Setup/Patch/Data Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
namespace Magento \CatalogSearch \Setup \Patch \Data ;
8
8
9
+ use Magento \Catalog \Api \ProductAttributeRepositoryInterface ;
9
10
use Magento \Framework \App \State ;
11
+ use Magento \Framework \Indexer \IndexerInterfaceFactory ;
10
12
use Magento \Framework \Setup \Patch \DataPatchInterface ;
11
13
use Magento \Framework \Setup \Patch \PatchVersionInterface ;
12
- use Magento \Framework \Indexer \IndexerInterfaceFactory ;
13
- use Magento \Catalog \Api \ProductAttributeRepositoryInterface ;
14
14
15
15
/**
16
- * This patch sets up search weight for the product's system attributes.
17
- * Reindex required after patch applying.
16
+ * This patch sets up search weight for the product's system attributes, reindex required after patch applying.
18
17
*
19
18
* @deprecated
20
19
* @see \Magento\ElasticSearch
21
20
*/
22
21
class SetInitialSearchWeightForAttributes implements DataPatchInterface, PatchVersionInterface
23
22
{
23
+
24
24
/**
25
25
* @var IndexerInterfaceFactory
26
26
*/
You can’t perform that action at this time.
0 commit comments