Get the Luke jar and put it with the Lucene jar you used to build the
index. Run Luke:
|java -classpath luke.jar;lucene.jar org.getopt.luke.Luke|
Helmut Jarausch wrote:
> Hi,
>
> I've built an index with lucene-java-2.2.0-603782
> which is work fine.
>
> But when I try to use Luke-0.7.1 on that index directory
> I get Unknown format version: -4
>
> (although Luke-0.7.1 claims to build on Lucene 2.2.0)
>
> What am I missing.
> Is there a separate mailing list for Luke?
>
> Is there a subversion repository for Luke?
>
> Many thanks fopr any hints,
> Helmut.
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org
|