I want to use elasticsearch in my java application but when I try to connect to my Node, i had the following error
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/lucene/util/Version
So I install the lucene librairie (version 6.5.1) And I still the error. I'm a beginner with elasticsearch so please tell me if I forgot a step