Interface
FieldsMappingPreprocessorInterface
Magento\Elasticsearch\Model\Adapter\FieldsMappingPreprocessorInterface
What it does
This interface defines a contract for preprocessing Elasticsearch field mappings before they are saved to the index.
Developers would implement this interface to customize or modify how product attributes and other data fields are mapped in Elasticsearch, such as changing field types, adding analyzers, or adjusting index settings for better search performance.
Public Methods
- process()