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 787F5FD4D for ; Tue, 2 Apr 2013 15:59:17 +0000 (UTC) Received: (qmail 90700 invoked by uid 500); 2 Apr 2013 15:59:16 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 90648 invoked by uid 500); 2 Apr 2013 15:59:16 -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 90562 invoked by uid 99); 2 Apr 2013 15:59:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Apr 2013 15:59:15 +0000 Date: Tue, 2 Apr 2013 15:59:15 +0000 (UTC) From: "Alan Woodward (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (LUCENE-4883) Hide FieldCache behind an UninvertingFilterReader 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-4883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13619945#comment-13619945 ] Alan Woodward commented on LUCENE-4883: --------------------------------------- Something that will uninvert a LongField or DoubleField into a NumericDocValues representation. > Hide FieldCache behind an UninvertingFilterReader > ------------------------------------------------- > > Key: LUCENE-4883 > URL: https://issues.apache.org/jira/browse/LUCENE-4883 > Project: Lucene - Core > Issue Type: Improvement > Reporter: Alan Woodward > Assignee: Alan Woodward > Priority: Minor > Attachments: LUCENE-4883.patch, LUCENE-4883.patch, LUCENE-4883.patch > > > From a discussion on the mailing list: > {{ > rmuir: > I think instead FieldCache should actually be completely package > private and hidden behind a UninvertingFilterReader and accessible via > the existing AtomicReader docValues methods. > }} -- 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