Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ES 5.x compatibility #623

Merged
merged 25 commits into from
Dec 6, 2017
Merged

ES 5.x compatibility #623

merged 25 commits into from
Dec 6, 2017

Conversation

afoucret
Copy link
Contributor

No description provided.

@afoucret afoucret force-pushed the feature-es-5-compat-ee branch 4 times, most recently from fe188fe to 80e5ec9 Compare November 22, 2017 13:56
Copy link
Contributor Author

@afoucret afoucret left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now using elasticsearch/elasticsearch:2.3.2 to ensure compatibility with both ES 2.x and ES 5.x.

composer.json Outdated
@@ -31,7 +31,7 @@
"magento/module-catalog": ">=102.0.0",
"magento/module-catalog-search": ">=100.2.0",
"magento/magento-composer-installer": "*",
"elasticsearch/elasticsearch": "^2.2.3"
"elasticsearch/elasticsearch": "~2.0|~5.1"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Waiting for elastic/elasticsearch-php#683 to be merged and a new release of ElasticSearch 2.x php client containing it.

@afoucret afoucret merged commit 6fa5a2b into master Dec 6, 2017
@afoucret afoucret deleted the feature-es-5-compat-ee branch December 6, 2017 13:12
@minhluan259
Copy link

Hello @afoucret ,
Does this update have compatibility with ES 6.x?

I see ES has release vesion 6.0.1
https://www.elastic.co/downloads/elasticsearch

Thank you.

@afoucret
Copy link
Contributor Author

Not yet.

The plan is :

  • ElasticSuite 2.5 will support ElasticSearch 2.x and 5.x
  • ElasticSuite 2.6 will support ElasticSearch 5.x and 6.x

We want to release before ES 2.x is EOL and give time to our user to achieve the migration.

Another problem is the compatibility with Magento EE, which support only ES 2.x until now.
We are working closely with Magento to get ES 5.x support in Magento.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants