Elasticsearch8 Module
Adapter\DynamicTemplatesProvider
This class aggregates and provides dynamic field mapping templates for Elasticsearch 8 indices. Developers use it when setting up Elasticsearch index...
Adapter\DynamicTemplates\IntegerMapper
This class maps Elasticsearch long data types to integer types in dynamic templates for Elasticsearch 8. Developers would use this when configuring El...
Adapter\DynamicTemplates\PositionMapper
This class maps Elasticsearch dynamic field templates specifically for position-related fields in product search indexes. It configures fields matchin...
Adapter\DynamicTemplates\PriceMapper
This class configures Elasticsearch 8 dynamic field mapping templates specifically for price-related fields. It ensures that any field matching the pa...
Adapter\DynamicTemplates\StringMapper
This class configures dynamic field mapping for string-type fields in Elasticsearch 8 indices. It automatically maps all string fields as searchable t...
Adapter\Elasticsearch
This class is a deprecated adapter for Elasticsearch 8 integration in Magento 2. It formats product and catalog data into Elasticsearch's bulk indexin...
Client\Elasticsearch
This class provides a client interface for interacting with Elasticsearch 8 search engine in Magento 2. Developers use it to perform search operations...
Model\Adapter\DynamicTemplates\MapperInterface
This interface defines a contract for processing Elasticsearch 8 dynamic templates, which control how fields are automatically mapped when indexing do...