<?xml version="1.0"?>
<!--
/**
 * @author Amasty Team
 * @copyright Copyright (c) Amasty (https://www.amasty.com)
 * @package Elastic Search Base for Magento 2
 */-->

<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
    <default>
        <amasty_elastic>
            <connection>
                <server_hostname>localhost</server_hostname>
                <server_port>9200</server_port>
                <index_prefix>magento2</index_prefix>
                <enable_auth>0</enable_auth>
                <server_timeout>15</server_timeout>
                <custom_analyzer>disabled</custom_analyzer>
                <tokenizer>whitespace</tokenizer>
            </connection>
            <catalog>
                <wildcard>1</wildcard>
                <wildcard_symbols>3</wildcard_symbols>
                <spellcorrection_symbols>4</spellcorrection_symbols>
                <synonym_case_sensitive>1</synonym_case_sensitive>
                <stop_word_case_sensitive>0</stop_word_case_sensitive>
                <allow_further_query>0</allow_further_query>
            </catalog>
        </amasty_elastic>
    </default>
</config>
