Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 50468 invoked from network); 10 Sep 2010 16:44:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Sep 2010 16:44:14 -0000 Received: (qmail 10994 invoked by uid 500); 10 Sep 2010 16:44:13 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 10920 invoked by uid 500); 10 Sep 2010 16:44:12 -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 10913 invoked by uid 99); 10 Sep 2010 16:44:12 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Sep 2010 16:44:12 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Sep 2010 16:43:55 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8AGhXhM009534 for ; Fri, 10 Sep 2010 16:43:33 GMT Message-ID: <24631639.121821284137013330.JavaMail.jira@thor> Date: Fri, 10 Sep 2010 12:43:33 -0400 (EDT) From: "Yonik Seeley (JIRA)" To: dev@lucene.apache.org Subject: [jira] Commented: (LUCENE-2636) Create ChainingCollector In-Reply-To: <5724802.74541283949632564.JavaMail.jira@thor> 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-2636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12908085#action_12908085 ] Yonik Seeley commented on LUCENE-2636: -------------------------------------- +1 looks good! > Create ChainingCollector > ------------------------ > > Key: LUCENE-2636 > URL: https://issues.apache.org/jira/browse/LUCENE-2636 > Project: Lucene - Java > Issue Type: New Feature > Components: Search > Reporter: Shai Erera > Assignee: Shai Erera > Priority: Minor > Fix For: 3.1, 4.0 > > Attachments: LUCENE-2636.patch, LUCENE-2636.patch > > > ChainingCollector allows chaining a bunch of Collectors, w/o them needing to know or care about each other, and be passed into Lucene's search API, since it is a Collector on its own. It is a convenient, yet useful, class. Will post a patch w/ it shortly. -- 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: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org