Model
FieldMapperResolver
Magento\Elasticsearch\Model\Adapter\FieldMapper\FieldMapperResolver
What it does
This class resolves and delegates field mapping operations to entity-specific field mappers in Elasticsearch.
Developers use it to get the correct Elasticsearch field name for an attribute or retrieve all attribute types for a given entity type (like products or categories), allowing different entities to have custom mapping logic.
Public Methods
- getFieldName()
- getAllAttributesTypes()