indexer.xml 675 B

1234567891011121314
  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" view_id="catalogsearch_fulltext" class="Magento\CatalogSearch\Model\Indexer\Fulltext">
  10. <title translate="true">Catalog Search</title>
  11. <description translate="true">Rebuild Catalog product fulltext search index</description>
  12. <structure class="Magento\CatalogSearch\Model\Indexer\IndexStructure" />
  13. </indexer>
  14. </config>