Jump to content
thirty bees forum

Making Elasticsearch plugin working with v7.0


eikichiz

Recommended Posts

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 :)

image.png.488547836206a71ef8877ee26b37a063.png

EDIT: 

Works with v7.0 too.

image.png.34ec95a5698a6201e199164e9841a6b9.png

Edited by eikichiz
update
  • Like 1
Link to comment
Share on other sites

  • 1 month later...

@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 by dynambee
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...