lordofthejars / nosql-unit

NoSQL Unit is a JUnit extension that helps you write NoSQL unit tests.
Other
383 stars 123 forks source link

Add support for Elasticsearch 6.x.x #191

Open tinesoft opened 5 years ago

tinesoft commented 5 years ago

Hi,

Thanks for the great library. It would be nice if Elasticsearch 6.x.x could be supported. Library currenly only support Elasticsearch 1.xx and 2.xx which are both very old.

Maybe i could throw in a PR...

lordofthejars commented 5 years ago

Sure, PR would be more than welcome

tinesoft commented 5 years ago

Ok, I will start something based on current elasticsearch2, and submit a PR as soon as possible.