Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 86353 invoked from network); 20 Mar 2009 18:33:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Mar 2009 18:33:22 -0000 Received: (qmail 70792 invoked by uid 500); 20 Mar 2009 18:33:19 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 70748 invoked by uid 500); 20 Mar 2009 18:33:19 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 70737 invoked by uid 99); 20 Mar 2009 18:33:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Mar 2009 11:33:19 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Mar 2009 18:33:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BA0B5234C003 for ; Fri, 20 Mar 2009 11:32:50 -0700 (PDT) Message-ID: <2142403404.1237573970760.JavaMail.jira@brutus> Date: Fri, 20 Mar 2009 11:32:50 -0700 (PDT) From: "Michael McCandless (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Commented: (LUCENE-652) Compressed fields should be "externalized" (from Fields into Document) In-Reply-To: <31567249.1155580814061.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENE-652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683981#action_12683981 ] Michael McCandless commented on LUCENE-652: ------------------------------------------- bq. Yes, should I prepare a patch for trunk and add these methods? You mean to switch to UnicodeUtil? That would be great! > Compressed fields should be "externalized" (from Fields into Document) > ---------------------------------------------------------------------- > > Key: LUCENE-652 > URL: https://issues.apache.org/jira/browse/LUCENE-652 > Project: Lucene - Java > Issue Type: Improvement > Components: Index > Affects Versions: 1.9, 2.0.0, 2.1 > Reporter: Michael McCandless > Assignee: Michael McCandless > Priority: Minor > Fix For: 2.9 > > Attachments: LUCENE-652.patch, LUCENE-652.patch > > > Right now, as of 2.0 release, Lucene supports compressed stored fields. However, after discussion on java-dev, the suggestion arose, from Robert Engels, that it would be better if this logic were moved into the Document level. This way the indexing level just stores opaque binary fields, and then Document handles compress/uncompressing as needed. > This approach would have prevented issues like LUCENE-629 because merging of segments would never need to decompress. > See this thread for the recent discussion: > http://www.gossamer-threads.com/lists/lucene/java-dev/38836 > When we do this we should also work on related issue LUCENE-648. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org