Return-Path: Delivered-To: apmail-lucene-solr-user-archive@locus.apache.org Received: (qmail 7780 invoked from network); 14 Aug 2006 19:10:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Aug 2006 19:10:31 -0000 Received: (qmail 63350 invoked by uid 500); 14 Aug 2006 19:10:31 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 63202 invoked by uid 500); 14 Aug 2006 19:10:30 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 63186 invoked by uid 99); 14 Aug 2006 19:10:29 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Aug 2006 12:10:29 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [169.229.70.167] (HELO rescomp.berkeley.edu) (169.229.70.167) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Aug 2006 12:10:28 -0700 Received: by rescomp.berkeley.edu (Postfix, from userid 1007) id CCBA75B771; Mon, 14 Aug 2006 12:10:07 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by rescomp.berkeley.edu (Postfix) with ESMTP id C92CE7F403 for ; Mon, 14 Aug 2006 12:10:07 -0700 (PDT) Date: Mon, 14 Aug 2006 12:10:07 -0700 (PDT) From: Chris Hostetter To: solr-user@lucene.apache.org Subject: Re: Faceted browsing: status In-Reply-To: <50f433360608140931g3dfe3c3ao6c85e800ade19f48@mail.gmail.com> Message-ID: References: <50f433360608140931g3dfe3c3ao6c85e800ade19f48@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N : Simple faceted browsing (grouping) support in the standard query : handler : group by field (provide counts for each distinct value in that : field) : group by (query1, query2, query3, query4, query5) : How far/close is this task to completion? (I'm trying to gauge time/effort : here.) I can't commit to anything ... but it's something i'm hoping to impliment in the next few weeks. -Hoss