[
https://issues.apache.org/jira/browse/LUCENE-5975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14145690#comment-14145690
]
ASF subversion and git services commented on LUCENE-5975:
---------------------------------------------------------
Commit 1627183 from [~rcmuir] in branch 'dev/branches/lucene_solr_4_10'
[ https://svn.apache.org/r1627183 ]
LUCENE-5975: fix reading of 3.0-3.3 deleted documents
> 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
> Attachments: LUCENE-5975.patch, LUCENE-5975.patch
>
>
> 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]