Skip to content

Commit fef856a

Browse files
committed
AC-13818::Make ES8 to be default for 2.4.8 instead of ES7
1 parent bea3a94 commit fef856a

File tree

1 file changed

+0
-17
lines changed
  • app/code/Magento/Elasticsearch8/etc

1 file changed

+0
-17
lines changed

app/code/Magento/Elasticsearch8/etc/di.xml

-17
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
*/
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
9-
<preference for="Magento\Elasticsearch\Model\Adapter\Elasticsearch" type="Magento\Elasticsearch8\Model\Adapter\Elasticsearch"/>
109
<type name="Magento\Elasticsearch\Model\Config">
1110
<arguments>
1211
<argument name="engineList" xsi:type="array">
@@ -15,22 +14,6 @@
1514
</arguments>
1615
</type>
1716

18-
<type name="Magento\Elasticsearch\Model\Adapter\Elasticsearch">
19-
<arguments>
20-
<argument name="responseErrorExceptionList" xsi:type="array">
21-
<item name="clientResponseException" xsi:type="string">Elastic\Elasticsearch\Exception\ClientResponseException</item>
22-
</argument>
23-
</arguments>
24-
</type>
25-
26-
<type name="Magento\Elasticsearch\Model\DataProvider\Base\Suggestions">
27-
<arguments>
28-
<argument name="responseErrorExceptionList" xsi:type="array">
29-
<item name="clientResponseException" xsi:type="string">Elastic\Elasticsearch\Exception\ClientResponseException</item>
30-
</argument>
31-
</arguments>
32-
</type>
33-
3417
<type name="Magento\Search\Model\Adminhtml\System\Config\Source\Engine">
3518
<arguments>
3619
<argument name="engines" xsi:type="array">

0 commit comments

Comments
 (0)