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 9C6749F7F for ; Tue, 27 Sep 2011 18:52:08 +0000 (UTC) Received: (qmail 52658 invoked by uid 500); 27 Sep 2011 18:52:07 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 52530 invoked by uid 500); 27 Sep 2011 18:52:07 -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 52523 invoked by uid 99); 27 Sep 2011 18:52:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Sep 2011 18:52:07 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Sep 2011 18:52:06 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id CA2E9289E78 for ; Tue, 27 Sep 2011 18:51:45 +0000 (UTC) Date: Tue, 27 Sep 2011 18:51:45 +0000 (UTC) From: "Simon Willnauer (Commented) (JIRA)" To: dev@lucene.apache.org Message-ID: <1512241962.602.1317149505829.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1664600986.2469.1317119171652.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (LUCENE-3467) Cut over numeric docvalues to fixed straight bytes 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-3467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13115796#comment-13115796 ] Simon Willnauer commented on LUCENE-3467: ----------------------------------------- I plan to commit this tomorrow if nobody objects. Its basically an internal refactoring except of the additions to BytesRef > Cut over numeric docvalues to fixed straight bytes > -------------------------------------------------- > > Key: LUCENE-3467 > URL: https://issues.apache.org/jira/browse/LUCENE-3467 > Project: Lucene - Java > Issue Type: Improvement > Components: core/index > Affects Versions: 4.0 > Reporter: Simon Willnauer > Fix For: 4.0 > > Attachments: LUCENE-3467.patch > > > Currently numeric docvalues types are encoded and stored individually which creates massive duplication of writing / indexing code. Yet, almost all of them (except packed ints) are essentially a fixed straight bytes variant. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa 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