You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Adrien Grand (JIRA)" <ji...@apache.org> on 2013/11/15 16:59:21 UTC

[jira] [Created] (LUCENE-5342) CompressingStoredFieldsFormat's bulk merge should be disabled when reader and writer don't have the same chunk size

Adrien Grand created LUCENE-5342:
------------------------------------

             Summary: CompressingStoredFieldsFormat's bulk merge should be disabled when reader and writer don't have the same chunk size
                 Key: LUCENE-5342
                 URL: https://issues.apache.org/jira/browse/LUCENE-5342
             Project: Lucene - Core
          Issue Type: Bug
    Affects Versions: 4.5, 4.5.1
            Reporter: Adrien Grand
            Assignee: Adrien Grand
            Priority: Blocker
             Fix For: 4.6


LUCENE-5188 changed the way data is compressed when single documents exceed the chunk size, meaning that it is not legal anymore to bulk merge if writer and reader have different chunk sizes.

This bug only happens when mixing two instances of CompressingStoredFieldsFormat that have the same compression mode but different chunk sizes, and when there are documents that exceed any of the chunk sizes. So the default codec is not impacted since it has always had the same chunk size (16KB).



--
This message was sent by Atlassian JIRA
(v6.1#6144)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org