ef-labs / vertx-elasticsearch-service

Vert.x elasticsearch service with event bus proxying
57 stars 18 forks source link

Elastic Search v 2.4.1 upgrade #34

Open mateuszgolab opened 7 years ago

mateuszgolab commented 7 years ago

The changes here are to make this library work nicely with Elastic Search v 2.4.1. Currently the lib throws Java.lang.NoSuchFieldError: LUCENE_4` when used with ES 2.4.1

Elastic Search lib -> 2.4.1 Lucene -> 5.5.2 (corresponding to ES 2.4.1)