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
Fix For: Flex Branch
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]