Re: Faceting a multi valued field

2011-11-08 Thread Steve Fatula
>From: Chris Hostetter >To: Steve Fatula >Cc: "solr-user@lucene.apache.org" >Sent: Monday, November 7, 2011 7:17 PM >Subject: Re: Faceting a multi valued field > > >you can the >level and most of the path and just index the "${parent_cat_id}:${cat_i

Re: Faceting a multi valued field

2011-11-08 Thread Erik Hatcher
Does pivot faceting solve this? At first glance, seems like the same thing, but I haven't grokked fully the followup e-mails on this thread, sorry. Erik On Nov 7, 2011, at 13:03 , Steve Fatula wrote: > So, I have a bunch of products indexed in Solr. Each product may exist in any > n

Re: Faceting a multi valued field

2011-11-07 Thread Steve Fatula
From: Chris Hostetter >To: Steve Fatula >Cc: "solr-user@lucene.apache.org" >Sent: Monday, November 7, 2011 7:17 PM >Subject: Re: Faceting a multi valued field > >: A > B > C > D > E >: Z > C > D > E >: Z > C > F > G > H > E

Re: Faceting a multi valued field

2011-11-07 Thread Chris Hostetter
: Someone always wants to understand the full use case. :-) I do : understand why, but, sometimes said use case is extremely complex with : dozens and dozens of search requirements. I was trying to limit the : explanation and was hoping someone could just answer the question as is. well -- i

Re: Faceting a multi valued field

2011-11-07 Thread Steve Fatula
From: Chris Hostetter >To: "solr-user@lucene.apache.org" ; Steve Fatula > >Sent: Monday, November 7, 2011 5:42 PM >Subject: Re: Faceting a multi valued field > > >how are you modeling the tree nature of your cateory taxonomy when you >index the terms?  if

Re: Faceting a multi valued field

2011-11-07 Thread Chris Hostetter
: Now, instead we want to browse the products by category. This also works : since we can simply find all products for category A. So, we show them. : Now, we also want to show a list of categories underneath (in the tree : structure) that category, and, a count of items in each. Just the : su

Faceting a multi valued field

2011-11-07 Thread Steve Fatula
So, I have a bunch of products indexed in Solr. Each product may exist in any number of product categories. The product category field is therefore multivalued in Solr. This allow us to show categories a product exists in. Now, instead we want to browse the products by category. This also works