We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c1793f commit 6dccc3eCopy full SHA for 6dccc3e
app/code/Magento/Elasticsearch/etc/di.xml
@@ -564,4 +564,9 @@
564
<type name="Magento\Catalog\Model\ResourceModel\Attribute">
565
<plugin name="updateElasticsearchIndexerMapping" type="Magento\Elasticsearch\Model\Indexer\Fulltext\Plugin\Category\Product\Attribute"/>
566
</type>
567
+ <type name="Magento\Elasticsearch\Model\Indexer\IndexerHandler">
568
+ <arguments>
569
+ <argument name="cacheContext" xsi:type="object">Magento\Framework\Indexer\CacheContext\Proxy</argument>
570
+ </arguments>
571
+ </type>
572
</config>
0 commit comments