google app engine - compare snapshot with maven versions of Lucene-Appengine project -
i have been trying lucene-appengine working quite time now. latest error is
com.google.api.server.spi.systemservice invokeservicemethod: org.apache.lucene.store.basedirectory: method ()v not found java.lang.nosuchmethoderror: org.apache.lucene.store.basedirectory: method ()v not found @ com.googlecode.luceneappengine.gaedirectory.(gaedirectory.java:81)
since due library mismatch, need deciding do.
i using android studio , getting project as
compile 'com.googlecode.luceneappengine:luceneappengine:2.0.0'
however, there seems no such project in compatibility matrix(bottom of page).
will please guide me? here complete list of import presently. if mean help, please exact in response import should replace.
compile 'com.googlecode.luceneappengine:luceneappengine:2.0.0' compile 'org.apache.lucene:lucene-core:5.0.0' compile 'org.apache.lucene:lucene-analyzers-common:5.0.0' compile 'org.apache.lucene:lucene-queries:5.0.0' compile 'org.apache.lucene:lucene-queryparser:5.0.0' compile 'org.slf4j:slf4j-simple:1.7.12'
you watching older project page, new 1 here, , project has been migrated under github, wiki too.
lucene 5.0.0
supported luceneappengine 3.0.0
. can checkout full lucene project example here.
Comments
Post a Comment