[pylucene-dev] Using Luke?
Brian Whitman
brian.whitman at variogr.am
Sat Jan 27 16:58:36 PST 2007
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
More information about the pylucene-dev
mailing list