File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
app/code/Magento/Elasticsearch8/etc Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 99 <default >
1010 <catalog >
1111 <search >
12- <engine >elasticsearch8</engine >
1312 <elasticsearch8_server_hostname >localhost</elasticsearch8_server_hostname >
1413 <elasticsearch8_server_port >9200</elasticsearch8_server_port >
1514 <elasticsearch8_index_prefix >magento2</elasticsearch8_index_prefix >
Original file line number Diff line number Diff line change 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" />
910 <type name =" Magento\Elasticsearch\Model\Config" >
1011 <arguments >
1112 <argument name =" engineList" xsi : type =" array" >
1415 </arguments >
1516 </type >
1617
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+
1734 <type name =" Magento\Search\Model\Adminhtml\System\Config\Source\Engine" >
1835 <arguments >
1936 <argument name =" engines" xsi : type =" array" >
You can’t perform that action at this time.
0 commit comments