Open francma opened 1 year ago
This feature is starting to be important for Adobe has decided to deprecate its support of Elasticsearch for Magento 2 and are telling people to migrate as soon as possible to OpenSearch.
Adobe Commerce is now optimized for OpenSearch 2.x and is no longer compatible with Elasticsearch. All Elasticsearch 7 and 8 modules and classes are now deprecated in the codebase. Adobe strongly recommends transitioning to OpenSearch for both on-premises and cloud infrastructure deployments to ensure continued support and compatibility.
cf https://experienceleague.adobe.com/en/docs/commerce-operations/release/notes/adobe-commerce/2-4-8
Describe the feature you'd like
It would be great to have support for https://github.com/opensearch-project/opensearch-php
Is your feature request related to a problem?
No response
Describe alternatives you've considered
No response
Additional context
From a quick look it looks like the library is more or less identical to the official ElasticSearch php library for 7.x version, only namespaces and class names are different.