Model
IntegerMapper
Magento\OpenSearch\Model\Adapter\DynamicTemplates\IntegerMapper
What it does
This class adds a dynamic field mapping template to OpenSearch that automatically converts long integer fields to the integer data type.
Developers use this to optimize OpenSearch index mapping by ensuring numeric fields are stored efficiently, which improves search performance and reduces storage requirements for product attributes and other numeric data.
Public Methods
- processTemplates()