Model
PositionMapper
Magento\OpenSearch\Model\Adapter\DynamicTemplates\PositionMapper
What it does
This class configures OpenSearch dynamic field mappings for product position fields.
It automatically maps any field matching the pattern 'position_*' as an integer type, ensuring position-related data (like category positions) is stored and indexed correctly for sorting and filtering operations in search results.
Public Methods
- processTemplates()