Magento_Elasticsearch8 module
This module allows using the Elasticsearch engine 8.x version for the product searching capabilities.
The module implements Magento_Search library interfaces.
Structure
SearchAdapter/ - the directory that contains solutions for adapting Elasticsearch query searching.
For information about a typical file structure of a module, see Module file structure.
Additional information
By default, indices.id_field_data is disallowed in Elasticsearch8. To enable it, add the following configuration to elasticsearch.yml:
indices:
id_field_data:
enabled: true
You can get more information about Elasticsearch at the following articles:
- Configuring Catalog Search.
- Installation Guide/Elasticsearch.
- Configure and maintain Elasticsearch.
- Set up Elasticsearch service.
data-slots=text
The version of this module is 101.0.1.