Robert Muir created LUCENE-5975:
-----------------------------------
Summary: Lucene can't read 3.0-3.3 deleted documents
Key: LUCENE-5975
URL: https://issues.apache.org/jira/browse/LUCENE-5975
Project: Lucene - Core
Issue Type: Bug
Reporter: Robert Muir
Priority: Blocker
BitVector before Lucene 3.4 had many bugs, particulary that it wrote extra
bogus trailing crap at the end.
But since Lucene 4.8, we check that we read all the bytes... this check can
fail for 3.0-3.3 indexes due to the previous bugs in those indexes, instead
users will get exception on open like this: CorruptIndexException(did not read
all bytes from file: read 5000 vs 5001....
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]