我们需要将elasticsearch客户端包含到一个项目中,该项目本身将Lucene用于其他索引/存储任务。包括整个库会导致依赖冲突,因为Lucene版本不一样(ES使用4.7,我们使用4.0)。是否有任何“客户专用”的elasticsearch包,或者任何人都能想到其他的解决方案?Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/lucene/util/Version
at org.
.Netty4Utils.toByteBuf(Netty4Utils.java:78) at org.elasticsearch.transport.TcpTransport$ScheduledPing.doRunInLifecycle(TcpTransport.java:67)
at org.elasticsearch.common.util.concurrent.Thread