src/module-elasticsuite-indices/etc/config.xml
<?xml version="1.0"?>
<!--
/**
* Smile Indices module configuration
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade Smile ElasticSuite to newer
* versions in the future.
*
* @category Smile
* @package Smile\ElasticsuiteIndices
* @author Dmytro ANDROSHCHUK <dmand@smile.fr>
* @copyright 2020 Smile
* @license Open Software License ("OSL") v. 3.0
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
<default>
<smile_elasticsuite_indices>
<indices_mapping>
<mapping>{"_1585151585492_492":{"key":"elasticsuite_categories_fulltext","value":"catalog_category"},"_1585151601029_29":{"key":"catalogsearch_fulltext","value":"catalog_product"}}</mapping>
</indices_mapping>
</smile_elasticsuite_indices>
</default>
</config>