[
https://issues.apache.org/jira/browse/LUCENE-5602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13969517#comment-13969517
]
Uwe Schindler commented on LUCENE-5602:
---------------------------------------
One reason for me that I want to have it for 4.8:
- I don't want partly implemented stuff: Stored fields do checksums on merging,
term vectors not. But term vectors are just another variant of stored fields
and merging is done in the same way.
- The infrastructure is there, its just a simple patch to actually implement
that for bulk merging. No index format change, just doing the checks live while
merging.
> always verify term vectors on bulk merge
> ----------------------------------------
>
> Key: LUCENE-5602
> URL: https://issues.apache.org/jira/browse/LUCENE-5602
> Project: Lucene - Core
> Issue Type: Bug
> Reporter: Robert Muir
> Fix For: 4.9, 5.0
>
> Attachments: LUCENE-5602.patch, LUCENE-5602.patch
>
>
> Similar to LUCENE-5580: its scary we just copy bytes and dont verify
> anything. we should at least verify in the bulk merge case.
> This is just a quick hack: it would be nice, though scary to remove the
> clone() of the index input...
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]