jbdemonte / mongoose-elasticsearch-xp

A mongoose plugin that indexes models into Elasticsearch 2 / 5 / 6 and 7
93 stars 34 forks source link

Support for ElasticSearch version 6 #53

Open cardimajs opened 5 years ago

cardimajs commented 5 years ago

hi, you have plans to support newer versions of ElasticSearch? like version 6?

tanks.

hoangnguyencong-agilityio commented 5 years ago

The same issue, really thanks if can help.

Tks.

nodkz commented 5 years ago

I have no bandwidth to add support for Elastic 6. If you take care of solving this problem and open Pull Request, I will gladly publish a new version. 😉

Elyx0 commented 5 years ago

As a heads up if I wanted to dig, do you have some hints on how much it's going to blow with Elastic 7?

Elyx0 commented 5 years ago

I've made it work here for v6 and v7: https://github.com/jbdemonte/mongoose-elasticsearch-xp/pull/54

But travis is such a pain @nodkz I'll rebase if I can make it pass but I've been trying for a good 3hours just the travis bit :/

If someone makes it pass we're golden!

(EDIT) It's good to go! But discriminators are not happy on 7

hoangnguyencong-agilityio commented 5 years ago

Really thanks, @Elyx0