123456789101112131415161718192021222324 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- -->
- <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Mview/etc/mview.xsd">
- <view id="catalogsearch_fulltext" class="\Magento\CatalogSearch\Model\Indexer\Mview\Action" group="indexer">
- <subscriptions>
- <table name="catalog_product_entity" entity_column="entity_id" />
- <table name="catalog_product_entity_int" entity_column="entity_id" />
- <table name="catalog_product_entity_decimal" entity_column="entity_id" />
- <table name="catalog_product_entity_text" entity_column="entity_id" />
- <table name="catalog_product_entity_varchar" entity_column="entity_id" />
- <table name="catalog_product_entity_datetime" entity_column="entity_id" />
- <table name="catalog_product_website" entity_column="product_id" />
- <table name="cataloginventory_stock_item" entity_column="product_id" />
- <table name="catalog_product_bundle_selection" entity_column="parent_product_id" />
- <table name="catalog_product_super_link" entity_column="product_id" />
- <table name="catalog_product_link" entity_column="product_id" />
- </subscriptions>
- </view>
- </config>
|