org.apache.lucene.Version ClassNotFoundException during elasticsearch
问题 I am using elasticsearch-rest-high-level client 6.4.0 in my application, I have added all the dependant jars from lucene as listed in maven. This is the error I am getting [org.glassfish.jersey.server.ContainerException: java.lang.NoClassDefFoundError: org/apache/lucene/util/Version] with root cause java.lang.ClassNotFoundException: org.apache.lucene.util.Version I was using jersey1 before and my web.xml was like this <servlet> <servlet-name>Restful App</servlet-name> <servlet-class>com.sun