[
https://issues.apache.org/jira/browse/LUCENE-2344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12849219#action_12849219
]
Renaud Delbru commented on LUCENE-2344:
---------------------------------------
Sorry Michael,
I had already the patch on the way. Feel free to use it or not.
Cheers
> 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
>
>
> 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]