Re: IOException: read past EOF when opening index built directly w/Lucene

2010-07-02 Thread Michael McCandless
Indeed, I can reproduce this: if I create an index on 2.3 and try to read it on trunk w/ CheckIndex, I hit that same exception. But: this is [somewhat] expected, because trunk = 4.0, which can no longer read indices created with Lucene <= 3.0. However... instead of throwing a weird exception, we

Re: IOException: read past EOF when opening index built directly w/Lucene

2010-07-01 Thread Ken Krugler
On Jul 1, 2010, at 1:03pm, Ken Krugler wrote: I've got a version 2.3 index that appears to be valid - I can open it with Luke 1.0.1, and CheckIndex reports no problem. [snip] and Luke overview says: This time as text: Index version: 12984d2211c Index format: -4 (Lucene 2.3) Index functi

IOException: read past EOF when opening index built directly w/Lucene

2010-07-01 Thread Ken Krugler
I've got a version 2.3 index that appears to be valid - I can open it with Luke 1.0.1, and CheckIndex reports no problem. Just for grins, I crafted a matching schema, and tried to use the index with Solr 1.4 (and also Solr-trunk). In either case, I get this exception during startup: SEVERE