Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@locus.apache.org Received: (qmail 92392 invoked from network); 13 Apr 2007 15:07:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Apr 2007 15:07:36 -0000 Received: (qmail 38228 invoked by uid 500); 13 Apr 2007 15:07:42 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 38209 invoked by uid 500); 13 Apr 2007 15:07:42 -0000 Mailing-List: contact solr-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-dev@lucene.apache.org Received: (qmail 38199 invoked by uid 99); 13 Apr 2007 15:07:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Apr 2007 08:07:42 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Apr 2007 08:07:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 547AC714042 for ; Fri, 13 Apr 2007 08:07:15 -0700 (PDT) Message-ID: <25746772.1176476835320.JavaMail.jira@brutus> Date: Fri, 13 Apr 2007 08:07:15 -0700 (PDT) From: "Yonik Seeley (JIRA)" To: solr-dev@lucene.apache.org Subject: [jira] Commented: (SOLR-209) Multifields and multivalued facets In-Reply-To: <22339341.1176476355291.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SOLR-209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488696 ] Yonik Seeley commented on SOLR-209: ----------------------------------- Thanks Rida! Could you briefly detail the approach your patch takes? It looks like it's like the FieldCache strategy, extended to multi-valued fields? So you store in a Map, docid1=>{"foo","bar","baz"}, docid2=>{"foo","zoo"}, right? > Multifields and multivalued facets > ---------------------------------- > > Key: SOLR-209 > URL: https://issues.apache.org/jira/browse/SOLR-209 > Project: Solr > Issue Type: Improvement > Components: search > Affects Versions: 1.1.0 > Environment: Java > Reporter: Rida Benjelloun > Fix For: 1.1.0 > > Attachments: MultiFieldsHitsFacets.java, MultiFieldsHitsFacets.patch > > > MultiFieldsHitsFacets, increase the performance of faceting in multiValued fields, buy creating facets from Lucene Hits. It also allows the creation of facet using multiple fields. The fields must be separated by single space Example : facet.field=subject subjectG subjectA . > Rida Benjelloun > ridabenjelloun@apache.org -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.