Jon, Lucli is ancient and, as far as I recall, has its own Lucene jar, which you could try replacing. Luke might be better at this point, but even with Luke you may have to use your own Lucene jar (the one you used with Solr+DIH). The error indicates index format incompatibility (likely old jar trying to read an index created with a newer Lucene).
Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch ----- Original Message ---- > From: Jon Baer <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Wednesday, June 4, 2008 4:22:05 PM > Subject: Luke / Lucli w/ Solr index (trunk) > > Hi, > > Just recently upgraded w/ trunk version, Solr works fine but Luke & > Lucli are showing this: > > lucli> index /www/solr/test/index > Lucene CLI. Using directory '/www/solr/test/index'. Type 'help' for > instructions. > Error:org.apache.lucene.index.CorruptIndexException: Unknown format > version: -6 > > Did something change? Or do I need to wait for those tools to update > to new index version? > > Indexes were created w/ DataImportHandler if that means anything. > > Thanks. > > - Jon