Skip to content

Commit 3ac38ee

Browse files
committed
MAGETWO-80789: [Indexer] Search Indexer is scoped & multi-threaded
1 parent a2de948 commit 3ac38ee

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/code/Magento/CatalogSearch/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
66
"magento/module-store": "100.2.*",
77
"magento/module-catalog": "102.0.*",
8+
"magento/module-indexer": "100.2.*",
89
"magento/module-search": "100.2.*",
910
"magento/module-customer": "101.0.*",
1011
"magento/module-directory": "100.2.*",

app/code/Magento/CatalogSearch/etc/module.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<sequence>
1111
<module name="Magento_Search"/>
1212
<module name="Magento_Catalog"/>
13+
<module name="Magento_Indexer"/>
1314
</sequence>
1415
</module>
1516
</config>

0 commit comments

Comments
 (0)