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 7E1CB92DC for ; Sat, 21 Apr 2012 09:03:04 +0000 (UTC) Received: (qmail 77126 invoked by uid 500); 21 Apr 2012 09:03:03 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 76809 invoked by uid 500); 21 Apr 2012 09:03:01 -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 76778 invoked by uid 99); 21 Apr 2012 09:03:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Apr 2012 09:03:00 +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; Sat, 21 Apr 2012 09:02:54 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id DE4E24072E6 for ; Sat, 21 Apr 2012 09:02:33 +0000 (UTC) Date: Sat, 21 Apr 2012 09:02:33 +0000 (UTC) From: "Martijn van Groningen (JIRA)" To: dev@lucene.apache.org Message-ID: <1351396734.1388.1334998953912.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <573333923.26602.1321273611650.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Issue Comment Edited] (SOLR-2898) Support grouped faceting 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/SOLR-2898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13258815#comment-13258815 ] Martijn van Groningen edited comment on SOLR-2898 at 4/21/12 9:01 AM: ---------------------------------------------------------------------- Bjorn: Right now I don't have an idea when this will be added. If you want you can make a new Jira issue to support grouped range and query facets. David: The FacetComponent and StatsComponent operate on a DocSet computed by the QueryComponent. The QueryComponent creates either a ungrouped DocSet or a grouped DocSet when group.truncate is enabled. So instead of creating one DocSet, the QueryComponent then needs to generate two DocSets (grouped & ungrouped), so that the StatsComponent can operate on the ungrouped DocSet when group.truncate is enabled and the FacetComponent can operate on the grouped DocSet. This should be controlled with a special parameter. Maybe something like this: group.computeStats=GROUPED|UNGROUPED was (Author: martijn.v.groningen): Bjorn: Right now I don't have an idea when this will be added. If you want you can make a new Jira issue to support grouped range and query facets. David: The FacetComponent operates on a DocSet computed by the QueryComponent. Grouped facets works only as expected on the ungrouped DocSet which is created by default. The QueryComponent creates a grouped DocSet when group.truncate is enabled. So instead of creating one DocSet, the QueryComponent then needs to generate two DocSets (grouped & ungrouped), so that the StatsComponent can operate on the grouped DocSet when group.truncate is enabled and the FacetComponent can operate on the ungrouped docset when group.facet is enabled. > Support grouped faceting > ------------------------ > > Key: SOLR-2898 > URL: https://issues.apache.org/jira/browse/SOLR-2898 > Project: Solr > Issue Type: New Feature > Reporter: Martijn van Groningen > Fix For: 4.0 > > Attachments: SOLR-2898.patch, SOLR-2898.patch, SOLR-2898.patch, SOLR-2898.patch > > > Support grouped faceting. As described in LUCENE-3097 (matrix counts). -- 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