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 D60F362BD for ; Sat, 18 Jun 2011 15:50:59 +0000 (UTC) Received: (qmail 30746 invoked by uid 500); 18 Jun 2011 15:50:58 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 30697 invoked by uid 500); 18 Jun 2011 15:50:58 -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 30690 invoked by uid 99); 18 Jun 2011 15:50:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Jun 2011 15:50:58 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.220.176] (HELO mail-vx0-f176.google.com) (209.85.220.176) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Jun 2011 15:50:50 +0000 Received: by vxd2 with SMTP id 2so1900223vxd.35 for ; Sat, 18 Jun 2011 08:50:29 -0700 (PDT) Received: by 10.52.183.102 with SMTP id el6mr1442859vdc.237.1308412229100; Sat, 18 Jun 2011 08:50:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.184.2 with HTTP; Sat, 18 Jun 2011 08:50:09 -0700 (PDT) X-Originating-IP: [122.161.211.10] In-Reply-To: References: From: Gora Mohanty Date: Sat, 18 Jun 2011 21:20:09 +0530 Message-ID: Subject: Re: faceting on multivalued fields To: dev@lucene.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Sat, Jun 18, 2011 at 5:36 PM, Dennis de Boer wrote: > Hello all, > > I'm new to this list, so if I don't use it correctly, please say so. > > I have a question about facetting on multivalued fields. I have indexed some > data from a product feed. One of my fields, the category field, is a > multivalued field. [...] Please show us the definition of this field in the Solr schema, including the tokenizers/analyzers on the field type. My guess is that your facet field is getting analyzed. This might be of help: http://wiki.apache.org/solr/SolrFacetingOverview Regards, Gora --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org