[
https://issues.apache.org/jira/browse/LUCENE-2344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-2344:
---------------------------------------
Attachment: LUCENE-2344.patch
New patch, starting from Renaud's and then adding a new
oal.util.MultiCodecTestCase which a test class can subclass if it wants to run
all tests on the 4 core codecs. I also cutover a few tests to use it...
> PostingsConsumer#merge does not call finishDoc
> ----------------------------------------------
>
> Key: LUCENE-2344
> URL: https://issues.apache.org/jira/browse/LUCENE-2344
> Project: Lucene - Java
> Issue Type: Bug
> Components: Index
> Affects Versions: Flex Branch
> Reporter: Renaud Delbru
> Assignee: Michael McCandless
> Fix For: Flex Branch
>
> Attachments: LUCENE-2344.patch, LUCENE-2344.patch
>
>
> We discovered that the current merge function in PostingsConsumer is not
> calling the #finishDoc method. This does not have consequences for the
> standard codec (since the lastPosition is set to 0 in #startDoc, and its
> #finishDoc method is empty), but for the SepCodec, this results in position
> file corruption (the lastPosition is set to 0 in #finishDoc for the SepCodec).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]