eikichiz Posted April 28, 2019 Posted April 28, 2019 (edited) Hi guys, I managed to get it working with ES v6.3 create a composer.json in modules/elasticsearch with this content : { "require": { "elasticsearch/elasticsearch": "6.5.0" }, "autoload": { "psr-4": { "ElasticsearchModule\\": "classes/" } } } then delete the vendor folder and regenerate it again with : composer install That's it. Enjoy ES v6.3.0 :) EDIT: Works with v7.0 too. Edited April 28, 2019 by eikichiz update 1
Adik Posted April 28, 2019 Posted April 28, 2019 (edited) Great, is it possible to use with v7.0.0? On the official website I can not find the installer for version 6.3.0. Edited April 28, 2019 by Adik
eikichiz Posted April 28, 2019 Author Posted April 28, 2019 (edited) 3 minutes ago, Adik said: Great, is it possible to use with v7.0.0? On the official website I can not find the installer for version 6.3.0. I haven't tried, this is the installer for 6.3 https://www.elastic.co/es/downloads/past-releases/elasticsearch-6-3-0 Edit: tried with v7.0 , it works! Edited April 28, 2019 by eikichiz
dynambee Posted June 10, 2019 Posted June 10, 2019 (edited) @eikichiz, did you actually get this working and then do a full reindex to see if it indexed properly? I followed your directions but the store seems to be unable to index any data. Any other tips or ideas? Edit: Also, what version of TB were you using? Edited June 10, 2019 by dynambee
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now