indexer.xml 1.0 KB

12345678910111213141516171819202122
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Indexer/etc/indexer.xsd">
  9. <indexer id="catalogrule_rule" view_id="catalogrule_rule" class="Magento\CatalogRule\Model\Indexer\Rule\RuleProductIndexer" shared_index="catalogrule">
  10. <title translate="true">Catalog Rule Product</title>
  11. <description translate="true">Indexed rule/product association</description>
  12. </indexer>
  13. <indexer id="catalogrule_product" view_id="catalogrule_product" class="Magento\CatalogRule\Model\Indexer\Product\ProductRuleIndexer" shared_index="catalogrule">
  14. <title translate="true">Catalog Product Rule</title>
  15. <description translate="true">Indexed product/rule association</description>
  16. </indexer>
  17. <indexer id="catalog_product_price">
  18. <dependencies>
  19. <indexer id="catalogrule_rule" />
  20. </dependencies>
  21. </indexer>
  22. </config>