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 6F27C9F0B for ; Wed, 5 Oct 2011 16:49:59 +0000 (UTC) Received: (qmail 47278 invoked by uid 500); 5 Oct 2011 16:49:58 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 47228 invoked by uid 500); 5 Oct 2011 16:49:58 -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 47221 invoked by uid 99); 5 Oct 2011 16:49:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Oct 2011 16:49:58 +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; Wed, 05 Oct 2011 16:49:55 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 30C5A2AAE8F for ; Wed, 5 Oct 2011 16:49:34 +0000 (UTC) Date: Wed, 5 Oct 2011 16:49:34 +0000 (UTC) From: "Simon Willnauer (Commented) (JIRA)" To: dev@lucene.apache.org Message-ID: <1794386991.12484.1317833374201.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2056233459.23920.1315947189826.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (LUCENE-3433) Random access non RAM resident IndexDocValues (CSF) 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-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13121126#comment-13121126 ] Simon Willnauer commented on LUCENE-3433: ----------------------------------------- bq. Random access is also important if we want to use DocValues instead of norms. we have random access already for in memory source. To simplify this here a bit we could remove ValuesEnum and use Source also for on disk access. The source API is already pretty much like ByteBuffer etc but provides the flexibility we need on the impl level. > Random access non RAM resident IndexDocValues (CSF) > --------------------------------------------------- > > Key: LUCENE-3433 > URL: https://issues.apache.org/jira/browse/LUCENE-3433 > Project: Lucene - Java > Issue Type: New Feature > Affects Versions: 4.0 > Reporter: Yonik Seeley > Fix For: 4.0 > > Attachments: LUCENE-3433.patch > > > There should be a way to get specific IndexDocValues by going through the Directory rather than loading all of the values into memory. -- 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