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 1AD91DA89 for ; Tue, 4 Sep 2012 21:48:09 +0000 (UTC) Received: (qmail 86675 invoked by uid 500); 4 Sep 2012 21:48:07 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 86629 invoked by uid 500); 4 Sep 2012 21:48: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 86619 invoked by uid 99); 4 Sep 2012 21:48:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2012 21:48:07 +0000 Date: Wed, 5 Sep 2012 08:48:07 +1100 (NCT) From: "Adrien Grand (JIRA)" To: dev@lucene.apache.org Message-ID: <726469709.35124.1346795287849.JavaMail.jiratomcat@arcas> In-Reply-To: <298442938.33301.1346776207759.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (LUCENE-4359) Allow DocValues to be unstored 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-4359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448090#comment-13448090 ] Adrien Grand commented on LUCENE-4359: -------------------------------------- Robert, thanks for fixing this issue so quickly! > Allow DocValues to be unstored > ------------------------------ > > Key: LUCENE-4359 > URL: https://issues.apache.org/jira/browse/LUCENE-4359 > Project: Lucene - Core > Issue Type: Sub-task > Affects Versions: 5.0 > Reporter: Adrien Grand > Assignee: Robert Muir > Fix For: 5.0 > > Attachments: LUCENE-4359.patch, LUCENE-4359_test.patch > > > Lucene trunk currently forces DocValues to be stored: > - FieldType.setDocValueType sets stored to true, > - DocFieldProcessor.processDocument handles DocValues in a {{for (StorableField field: docState.doc.storableFields())}} loop, meaning that DocValues won't be consumed if they are not stored. -- 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