You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
942 B

  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
  9. <default>
  10. <catalog>
  11. <search>
  12. <engine>elasticsearch5</engine>
  13. <elasticsearch5_server_hostname>localhost</elasticsearch5_server_hostname>
  14. <elasticsearch5_server_port>9200</elasticsearch5_server_port>
  15. <elasticsearch5_index_prefix>magento2</elasticsearch5_index_prefix>
  16. <elasticsearch5_enable_auth>0</elasticsearch5_enable_auth>
  17. <elasticsearch5_server_timeout>15</elasticsearch5_server_timeout>
  18. <elasticsearch5_minimum_should_match></elasticsearch5_minimum_should_match>
  19. </search>
  20. </catalog>
  21. </default>
  22. </config>