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

<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Indexer/etc/indexer.xsd">
    <indexer id="amasty_mostviewed_rule_product" view_id="amasty_mostviewed_rule_product" class="Amasty\Mostviewed\Model\Indexer\RuleIndexer" shared_index="amasty_relateds">
        <title translate="true">Amasty Related Products</title>
        <description translate="true">Indexed rule/product association</description>
    </indexer>
    <indexer id="amasty_mostviewed_product_rule" view_id="amasty_mostviewed_product_rule" class="Amasty\Mostviewed\Model\Indexer\ProductIndexer" shared_index="amasty_relateds">
        <title translate="true">Amasty Related Products</title>
        <description translate="true">Indexed product/rule association</description>
    </indexer>
</config>
