tlrx / elasticsearch-test

elasticsearch-test, a framework that makes elasticsearch unit testing a breeze.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade to ES v2?

nickcodefresh opened this issue · comments

Any chance this can be updated to work with ES v2?

Thanks

+1 for raising the issue @nickcodefresh. @tlrx do you accept PRs now ? there are some old ES java utlities you use in your code, because of which V2.0 is not supported.For example: org.elasticsearch.common.Preconditions which you could easily replace with the one from Guava.

Or do you suggest that we fork the repo and then proceed ?

Also wi