I am trying to connect neo4j from
java class , i have added all the required jar files however i am getting following error :
java.lang.NoClassDefFoundError: org/apache/lucene/index/IndexNotFoundException
java.lang.ClassNotFoundException: org.apache.lucene.index.IndexNotFoundException
though i have included neo4j-lucene-index-2.1.0-M01.jar file, which jar file should i include for lucene index?
please guide