Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 37519 invoked from network); 15 Oct 2010 13:06:59 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Oct 2010 13:06:59 -0000 Received: (qmail 85772 invoked by uid 500); 15 Oct 2010 13:06:57 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 85733 invoked by uid 500); 15 Oct 2010 13:06:57 -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 85726 invoked by uid 99); 15 Oct 2010 13:06:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Oct 2010 13:06:56 +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, 15 Oct 2010 13:06:54 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9FD6W97001051 for ; Fri, 15 Oct 2010 13:06:33 GMT Message-ID: <22660769.161021287147992935.JavaMail.jira@thor> Date: Fri, 15 Oct 2010 09:06:32 -0400 (EDT) From: "Yonik Seeley (JIRA)" To: dev@lucene.apache.org Subject: [jira] Commented: (SOLR-153) Facet Index 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-153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12921337#action_12921337 ] Yonik Seeley commented on SOLR-153: ----------------------------------- Hmmm, yes, their "Bitset Tree" is what I've done here. It looks like my work pre-dates their work, but I guess they were unaware of this issue. > Facet Index > ----------- > > Key: SOLR-153 > URL: https://issues.apache.org/jira/browse/SOLR-153 > Project: Solr > Issue Type: New Feature > Reporter: Yonik Seeley > Attachments: facettree.patch, facettree.patch > > > A facet index, initially for non-hierarchical facets. > Start with all terms, and a set of documents for each term. Group lower level nodes by taking the union of the sets, but keep track of the largest set going back all the way to the leaves (the max doc-freq for that node). -- 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