MapperInterface
Magento\Elasticsearch8\Model\Adapter\DynamicTemplates\MapperInterface
What it does
This interface defines a contract for processing Elasticsearch 8 dynamic templates, which control how fields are automatically mapped when indexing documents.
Developers would implement this interface to customize field mappings by adding, removing, or modifying dynamic template configurations before they're applied to the Elasticsearch index.
Note that this is deprecated as Elasticsearch 8 is no longer supported by Adobe.
Public Methods
- processTemplates()