Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 70D73D840 for ; Mon, 12 Nov 2012 14:59:13 +0000 (UTC) Received: (qmail 21948 invoked by uid 500); 12 Nov 2012 14:59:12 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 21640 invoked by uid 500); 12 Nov 2012 14:59:12 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 21627 invoked by uid 99); 12 Nov 2012 14:59:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Nov 2012 14:59:12 +0000 Date: Mon, 12 Nov 2012 14:59:12 +0000 (UTC) From: "Adrien Grand (JIRA)" To: dev@lucene.apache.org Message-ID: <1348741565.100641.1352732352198.JavaMail.jiratomcat@arcas> In-Reply-To: <801258815.100169.1352725391937.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (LUCENE-4554) CompressingStoredFieldsFormat: don't write the original length at the beginning of the chunk MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENE-4554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-4554: --------------------------------- Attachment: LUCENE-4554.patch Patch. I'll commit soon. > CompressingStoredFieldsFormat: don't write the original length at the beginning of the chunk > -------------------------------------------------------------------------------------------- > > Key: LUCENE-4554 > URL: https://issues.apache.org/jira/browse/LUCENE-4554 > Project: Lucene - Core > Issue Type: Improvement > Reporter: Adrien Grand > Assignee: Adrien Grand > Priority: Minor > Fix For: 4.1 > > Attachments: LUCENE-4554.patch > > > Instead the total length should be computed by summing up the lengths of all documents in the chunk. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org