mview.xml 1.4 KB

123456789101112131415161718192021222324
  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:Mview/etc/mview.xsd">
  9. <view id="catalogsearch_fulltext" class="\Magento\CatalogSearch\Model\Indexer\Mview\Action" group="indexer">
  10. <subscriptions>
  11. <table name="catalog_product_entity" entity_column="entity_id" />
  12. <table name="catalog_product_entity_int" entity_column="entity_id" />
  13. <table name="catalog_product_entity_decimal" entity_column="entity_id" />
  14. <table name="catalog_product_entity_text" entity_column="entity_id" />
  15. <table name="catalog_product_entity_varchar" entity_column="entity_id" />
  16. <table name="catalog_product_entity_datetime" entity_column="entity_id" />
  17. <table name="catalog_product_website" entity_column="product_id" />
  18. <table name="cataloginventory_stock_item" entity_column="product_id" />
  19. <table name="catalog_product_bundle_selection" entity_column="parent_product_id" />
  20. <table name="catalog_product_super_link" entity_column="product_id" />
  21. <table name="catalog_product_link" entity_column="product_id" />
  22. </subscriptions>
  23. </view>
  24. </config>