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 DF72C9EC8 for ; Wed, 25 Apr 2012 20:48:41 +0000 (UTC) Received: (qmail 67239 invoked by uid 500); 25 Apr 2012 20:48:38 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 67127 invoked by uid 500); 25 Apr 2012 20:48:38 -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 67111 invoked by uid 99); 25 Apr 2012 20:48:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2012 20:48:38 +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; Wed, 25 Apr 2012 20:48:37 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id ABE4A40EDB3 for ; Wed, 25 Apr 2012 20:48:17 +0000 (UTC) Date: Wed, 25 Apr 2012 20:48:17 +0000 (UTC) From: "Martijn van Groningen (JIRA)" To: dev@lucene.apache.org Message-ID: <234321634.2308.1335386897720.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <676874046.10550.1335290133067.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (SOLR-3406) Support grouped range and query facets. 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/SOLR-3406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn van Groningen updated SOLR-3406: ---------------------------------------- Attachment: SOLR-3406.patch Yeah it is a large code base :) I updated your patch. You are in the right direction. Inside the getGroupedFacetQueryCount method a query is executed that returns a group count. This count is put into the response. I modified your test changes as well and it the grouped query faceting seems to work in the test. > Support grouped range and query facets. > --------------------------------------- > > Key: SOLR-3406 > URL: https://issues.apache.org/jira/browse/SOLR-3406 > Project: Solr > Issue Type: New Feature > Reporter: David > Priority: Critical > Fix For: 4.0 > > Attachments: SOLR-3406.patch, SOLR-3406.patch > > Original Estimate: 504h > Remaining Estimate: 504h > > Need the ability to support grouped range and query facets. Grouped facet fields have already been implemented in SOLR-2898 but we still need the ability to compute grouped range and query facets. -- 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