Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- <?xml version="1.0"?>
- <!--
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- -->
- <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
- <default>
- <catalog>
- <search>
- <engine>elasticsearch5</engine>
- <elasticsearch5_server_hostname>localhost</elasticsearch5_server_hostname>
- <elasticsearch5_server_port>9200</elasticsearch5_server_port>
- <elasticsearch5_index_prefix>magento2</elasticsearch5_index_prefix>
- <elasticsearch5_enable_auth>0</elasticsearch5_enable_auth>
- <elasticsearch5_server_timeout>15</elasticsearch5_server_timeout>
- <elasticsearch5_minimum_should_match></elasticsearch5_minimum_should_match>
- </search>
- </catalog>
- </default>
- </config>
|