indexer.xml 559 B

12345678910111213141516
  1. <?xml version="1.0" encoding="UTF-8"?>
  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="catalogsearch_fulltext">
  10. <dependencies>
  11. <indexer id="catalog_category_product" />
  12. <indexer id="cataloginventory_stock" />
  13. <indexer id="catalog_product_price" />
  14. </dependencies>
  15. </indexer>
  16. </config>