Magento_Elasticsearch8 module

Magento_Elasticsearch8 module allows using 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 in Magento 2, see Module file structure.

Additional information

By defaultindices.id_field_data is disallowed in Elasticsearch8 hence it needs to enabled it from elasticsearch.yml by adding the following configuration indices: id_field_data: enabled: true

More information about ElasticSearch are at articles: