zackiles / elasticsearch-odm

Like Mongoose but for Elasticsearch. Define models, preform CRUD operations, and build advanced search queries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elasticsearch 5.4

ellisium opened this issue · comments

Hi,

I'm currently trying to use elasticsearch-odm with elasticsearch 5.4.0 but the ODM doesn't seem compatible with this version. Do you plan on upgrading the ODM ?

thank you

Hi,
Just wondering if theres any traction on this or .. should we fork the project and try and add support?
/Stephen.

If it can help, i have a version working on Elasticsearch 5.x here :
https://github.com/bloublou2014/elasticsearch-odm/tree/es-5.x

@bloublou2014 - You should open a PR with your 5.X updates!

Since each Elasticsearch version requires some slight modifications i can't make a PR and break project working with previous versions of ES and with zackiles repo.
I created elasticsearch-odm-2 and elasticsearch-odm-5 on npm to go further.

This repo is not working with es 2.x and 5.x, Zackiles probably does not work anymore on this topic.
There is also other forks with es5.x.

Very sound reasoning - I've been using elasticsearch-odm-5 since yesterday and it's fantastic :) Thanks for all your hard work!