src/module-elasticsuite-virtual-category/etc/elasticsuite_indices.xml
<?xml version="1.0"?>
<!--
/**
* Smile_ElasticsuiteVirtualCategory mapping update.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade Smile ElasticSuite to newer
* versions in the future.
*
* @category Smile
* @package Smile\ElasticsuiteCatalog
* @author Aurelien FOUCRET <aurelien.foucret@smile.fr>
* @copyright 2020 Smile
* @license Open Software License ("OSL") v. 3.0
*/
-->
<indices xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:module:Smile_ElasticsuiteCore:etc/elasticsuite_indices.xsd">
<index identifier="catalog_product" defaultSearchType="product">
<type name="product" idFieldName="entity_id">
<mapping>
<field name="category.is_virtual" type="boolean" nestedPath="category" />
<field name="category.is_blacklisted" type="boolean" nestedPath="category" />
</mapping>
</type>
</index>
</indices>