Interface
MapperInterface
Magento\OpenSearch\Model\Adapter\DynamicTemplates\MapperInterface
What it does
This interface defines a contract for processing OpenSearch dynamic templates.
Developers implement this interface to customize how field mappings are dynamically applied in OpenSearch, allowing them to add, modify, or remove template configurations that control how different data types are indexed and searched.
Public Methods
- processTemplates()