[ 
https://issues.apache.org/jira/browse/LUCENE-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael McCandless updated LUCENE-1010:
---------------------------------------

    Description: 
Another spinoff from here:

  http://www.gossamer-threads.com/lists/lucene/java-dev/53306

Thank you to Andi Vajda for capturing the issue in a compact test!

This is the same logical error from LUCENE-1008, but in this case the
bug is in TermVectorsWriter: we are failing to write the "0" field
count to the tvd file when the document has no vectors.  I have a unit
test showing the issue & simple fix.


  was:
Another spinoff from here:

  http://www.gossamer-threads.com/lists/lucene/java-dev/53306

Thank you to Andi Vajda for capturing the issue in a compact test!

This is the same logical error from LUCENE-1008, but in this case the
bug is in TermVectorsWriter: we are failing to write the "0" field
count to the tvf file when the document has no vectors.  I have a unit
test showing the issue & simple fix.



> Document with no term vectors mixed with ones that have term vectors cause 
> EOFException during merge
> ----------------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-1010
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1010
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Index
>    Affects Versions: 2.3
>            Reporter: Michael McCandless
>            Assignee: Michael McCandless
>             Fix For: 2.3
>
>
> Another spinoff from here:
>   http://www.gossamer-threads.com/lists/lucene/java-dev/53306
> Thank you to Andi Vajda for capturing the issue in a compact test!
> This is the same logical error from LUCENE-1008, but in this case the
> bug is in TermVectorsWriter: we are failing to write the "0" field
> count to the tvd file when the document has no vectors.  I have a unit
> test showing the issue & simple fix.

-- 
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]

Reply via email to