Re: Parent-child options

2011-11-08 Thread Michael McCandless
Lucene itself has BlockJoinQuery/Collector (in contrib/join), which is what ElasticSearch is using under the hood for its nested documents (I think?). But I don't think this has been exposed in Solr yet patches welcome! Mike McCandless http://blog.mikemccandless.com On Tue, Nov 8, 2011 at 1

Re: Parent-child options

2011-03-25 Thread Jan Høydahl
pproach, Solr isn't just giving you exactly what you want in it's > response, you've got to have logic for when to use the top-level facets and > when to go to that second-level combo facet ("red_12"), but it's do-able. > > On 3/17/2011 11:21 AM, Otis Gosp

Re: Parent-child options

2011-03-17 Thread Jonathan Rochkind
red_12"), but it's do-able. On 3/17/2011 11:21 AM, Otis Gospodnetic wrote: Hi, - Original Message From: Yonik Seeley Subject: Re: Parent-child options On Thu, Mar 17, 2011 at 1:49 AM, Otis Gospodnetic wrote: The dreaded parent-child without denormalization question.

Re: Parent-child options

2011-03-17 Thread Yonik Seeley
On Thu, Mar 17, 2011 at 11:21 AM, Otis Gospodnetic wrote: > Hi, > > > > - Original Message >> From: Yonik Seeley >> Subject: Re: Parent-child options >> >> On Thu, Mar 17, 2011 at 1:49 AM, Otis Gospodnetic >>  wrote: >> > The dreade

Re: Parent-child options

2011-03-17 Thread Otis Gospodnetic
Hi, - Original Message > From: Yonik Seeley > Subject: Re: Parent-child options > > On Thu, Mar 17, 2011 at 1:49 AM, Otis Gospodnetic > wrote: > > The dreaded parent-child without denormalization question. What are one's > > options for the f

Re: Parent-child options

2011-03-17 Thread Yonik Seeley
On Thu, Mar 17, 2011 at 1:49 AM, Otis Gospodnetic wrote: > The dreaded parent-child without denormalization question.  What are one's > options for the following example: > > parent: shoes > 3 children. each with 2 attributes/fields: color and size >  * color: red black orange >  * size: 10 11 12