You can get Lucene 1.9.1 and make Luke use this version. (you need luke.jar not luke-all.jar) version 1.9.1 contains API which is removed in 2.0 version of Lucene (as deprecated) and should still be able to read indexes created by Lucene 2.0 (correct me if I'm wrong)

and then run Luke with command line like this:

java -classpath luke.jar;lucene-1.9.1.jar org.getopt.luke.Luke

vasu shah wrote:
Thank you very much. I have indeed turned off the norms. Is there any new version of Luke that I can use? Thanks,
  -Vasu

Volodymyr Bychkoviak <[EMAIL PROTECTED]> wrote:
seems that you created your index with norms turned off and trying to open with luke which can contain older version of lucene.

vasu shah wrote:
Hi,

I am getting this error when accessing my index with Luke.

No sub-file with id _1.f0 found

Does any one have idea about this??

Any help would be appreciated.

Thanks,
-Vasu


---------------------------------
Stay in the know. Pulse on the new Yahoo.com. Check it out.


--
regards,
Volodymyr Bychkoviak

Reply via email to