No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
- <?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>
|