Back to Magento2

Magento_Elasticsearch8 module

app/code/Magento/Elasticsearch8/README.md

2.4.81.4 KB
Original Source

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:

yaml
indices:
  id_field_data:
    enabled: true

You can get more information about Elasticsearch at the following articles: