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 96E3F6995 for ; Sun, 22 May 2011 12:35:31 +0000 (UTC) Received: (qmail 3973 invoked by uid 500); 22 May 2011 12:35:30 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 3921 invoked by uid 500); 22 May 2011 12:35:30 -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 3914 invoked by uid 99); 22 May 2011 12:35:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 May 2011 12:35:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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; Sun, 22 May 2011 12:35:27 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 4CAF9D77EF for ; Sun, 22 May 2011 12:34:47 +0000 (UTC) Date: Sun, 22 May 2011 12:34:47 +0000 (UTC) From: "Michael McCandless (JIRA)" To: dev@lucene.apache.org Message-ID: <1823834704.34420.1306067687296.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1459944810.31930.1305925067444.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (LUCENE-3129) Single-pass grouping collector based on doc blocks 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-3129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13037591#comment-13037591 ] Michael McCandless commented on LUCENE-3129: -------------------------------------------- That patch also requires you first apply LUCENE-3112. > Single-pass grouping collector based on doc blocks > -------------------------------------------------- > > Key: LUCENE-3129 > URL: https://issues.apache.org/jira/browse/LUCENE-3129 > Project: Lucene - Java > Issue Type: Improvement > Components: modules/grouping > Reporter: Michael McCandless > Assignee: Michael McCandless > Fix For: 3.2, 4.0 > > Attachments: LUCENE-3129.patch > > > LUCENE-3112 enables adding/updating a contiguous block of documents to > the index, guaranteed (yet, experimental!) to retain adjacent docID > assignment through the full life of the index as long the app doesn't > delete individual docs from the block. > When an app does this, it can enable neat features like LUCENE-2454 > (nested documents), post-group facet counting (LUCENE-3097). > It also makes single-pass grouping possible, when you group by > the "identifier" field shared by the doc block, since we know we will > see a given group only once with all of its docs within one block. > This should be faster than the fully general two-pass collectors we > already have. > I'm working on a patch but not quite there yet... -- This message is automatically generated by JIRA. 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