On Jan 27, 2007, at 7:54 PM, Jack L wrote:
Hello all, Has anyone been using Luke to examine index generated by PyLucene? I'd like to use Luke to debug my search but I always get a "invalid path, or not a Lucene index" error from Luke when I point it to the index directory.
Make sure the Lucene jar Luke is using is the same as the one PyLucene is using. On my system I have to call luke by:
java -classpath luke.jar:lucene-core-2.0.0-478273.jar org.getopt.luke.Luke
_______________________________________________ pylucene-dev mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/pylucene-dev
