Elasticsearch 6.0.1 NoSuchFieldError: LUCENE_6_0_0
问题 I am using elasticsearch 6.0.1 and on BulkRequest request = new BulkRequest(); I am getting the below error. I have checked online, mostly people said that this happens if I have different versions of lucene jars in the classpath. java.lang.NoSuchFieldError: LUCENE_6_0_0 at org.elasticsearch.Version.<clinit>(Version.java:44) at org.elasticsearch.common.logging.DeprecationLogger.<clinit>(DeprecationLogger.java:159) at org.elasticsearch.action.bulk.BulkRequest.<clinit>(BulkRequest.java:67) at