>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
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
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
: 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
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
: 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