Skip to content

Commit cd81909

Browse files
committed
AC-6665: Added Readme file for ES8 module
1 parent d3cf17f commit cd81909

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
#Magento_Elasticsearch8 module
2+
3+
Magento_Elasticsearch8 module allows using ElasticSearch engine 8.x version for the product searching capabilities.
4+
5+
The module implements Magento_Search library interfaces.
6+
7+
## Installation details
8+
9+
The Magento_Elasticsearch8 module is one of the base Magento 2 modules. Disabling or uninstalling this module is not recommended.
10+
11+
For information about a module installation in Magento 2, see [Enable or disable modules](https://experienceleague.adobe.com/docs/commerce-operations/installation-guide/tutorials/manage-modules.html).
12+
13+
## Structure
14+
15+
`SearchAdapter/` - the directory that contains solutions for adapting ElasticSearch query searching.
16+
17+
For information about a typical file structure of a module in Magento 2, see [Module file structure](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/build/module-file-structure.html#module-file-structure).
18+
19+
## Additional information
20+
21+
By default`indices.id_field_data` is disallowed in Elasticsearch8 hence it needs to enabled it from `elasticsearch.yml`
22+
by adding the following configuration
23+
`indices:
24+
id_field_data:
25+
enabled: true`
26+
27+
More information about ElasticSearch are at articles:
28+
29+
- [Configuring Catalog Search](https://experienceleague.adobe.com/docs/commerce-admin/catalog/catalog/search/search-configuration.html).
30+
- [Installation Guide/Elasticsearch](https://experienceleague.adobe.com/docs/commerce-operations/installation-guide/prerequisites/search-engine/overview.html).
31+
- [Configure and maintain Elasticsearch](https://experienceleague.adobe.com/docs/commerce-operations/configuration-guide/search/overview-search.html).
32+
- Magento Commerce Cloud - [set up Elasticsearch service](https://devdocs.magento.com/cloud/project/services-elastic.html).

0 commit comments

Comments
 (0)