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 7203FDC7B for ; Mon, 22 Oct 2012 13:58:16 +0000 (UTC) Received: (qmail 23246 invoked by uid 500); 22 Oct 2012 13:58:15 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 22867 invoked by uid 500); 22 Oct 2012 13:58:14 -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 22715 invoked by uid 99); 22 Oct 2012 13:58:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Oct 2012 13:58:13 +0000 Date: Mon, 22 Oct 2012 13:58:13 +0000 (UTC) From: "Robert Muir (JIRA)" To: dev@lucene.apache.org Message-ID: <1658079673.9691.1350914293870.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (LUCENE-4497) Don't write posVIntCount in 4.1 codec MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Robert Muir created LUCENE-4497: ----------------------------------- Summary: Don't write posVIntCount in 4.1 codec Key: LUCENE-4497 URL: https://issues.apache.org/jira/browse/LUCENE-4497 Project: Lucene - Core Issue Type: Improvement Components: core/codecs Reporter: Robert Muir Its confusing and unnecessary that we compute this from docFreq for the doc/freq vint count, but write it for the positions case: its totalTermFreq % BLOCK_SIZE. -- 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