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
Hello,
Did someone find a way to solve the parent-child problem? The Join option
is too complex because you have to create multiple document type and do the
join in the query.
ElasticSearch did a better job at solving this problem:
http://www.elasticsearch.org/guide/reference/mapping/nested-type.
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
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.
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
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
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
Hi,
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
The goal is to be able to search for:
1) color:red AND size:10 a