Smile-SA/elasticsuite

View on GitHub
src/module-elasticsuite-core/etc/cache.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0"?>
<!--
/**
 * Smile_ElasticsuiteCore default 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\ElasticsuiteCore
 * @author    Romain Ruaud <romain.ruaud@smile.fr>
 * @copyright 2024 Smile
 * @license   Open Software License ("OSL") v. 3.0
 */
 -->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Cache/etc/cache.xsd">
    <type name="elasticsuite" translate="label,description" instance="Smile\ElasticsuiteCore\Cache\Type\Elasticsuite">
        <label>Elasticsuite</label>
        <description>Indices and fields configuration, redundant computations (queries spellchecking, synonyms).</description>
    </type>
</config>