How can I check my solr index using Luke? I tried pointing to my index location (solr/core1/data/index). But I am getting the error

Unknown format version: -12
link|improve this question

2  
what version of Luke and what version of Solr are you using? – Mauricio Scheffer Feb 4 '11 at 12:31
feedback

2 Answers

up vote 1 down vote accepted

I got that error with a nightly build of lucene (4.x) and an older luke (1.0.1) - the latest currently available from its site.

Check out & build the latest luke from here:

http://code.google.com/p/luke/source/checkout

It reads latest lucene 4.x ok, 3.x versions as well.

link|improve this answer
Thank you kowd. – Joyce Babu Feb 21 '11 at 12:03
feedback

As Mauricio suggests, this error means that your luke version is older than your solr version. Try updating to the newest version of Luke.

link|improve this answer
I was using the latest version of Luke downloaded from the website. – Joyce Babu Feb 9 '11 at 10:31
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.