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
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
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