gt;> block
>> > join in 4.4 are kind of dim. I mean, such a significant feature should
>> > have
>> > more than a few days to bake before getting released. But... who knows
>> > what
>> > Yonik has planned!
>> >
>> > -- Jack Krupansky
But... who knows
> > what
> > Yonik has planned!
> >
> > -- Jack Krupansky
> >
> > -Original Message-----
> > From: adfel70
> > Sent: Tuesday, July 02, 2013 7:41 AM
> > To:
>
> > solr-user@.apache
>
> > Subject: Re:
> -Original Message-
> From: adfel70
> Sent: Tuesday, July 02, 2013 7:41 AM
> To:
> solr-user@.apache
> Subject: Re: Converting nested data model to solr schema
>
> As you see it, does SOLR-3076 fixes my problem?
>
> Is SOLR-3076 fix getting into solr 4.
-
From: adfel70
Sent: Tuesday, July 02, 2013 7:41 AM
To: solr-user@lucene.apache.org
Subject: Re: Converting nested data model to solr schema
As you see it, does SOLR-3076 fixes my problem?
Is SOLR-3076 fix getting into solr 4.4?
Mikhail Khludnev wrote
On Mon, Jul 1, 2013 at 5:56 PM, adfel70
As you see it, does SOLR-3076 fixes my problem?
Is SOLR-3076 fix getting into solr 4.4?
Mikhail Khludnev wrote
> On Mon, Jul 1, 2013 at 5:56 PM, adfel70 <
> adfel70@
> > wrote:
>
>> This requires me to override the solr document distribution mechanism.
>> I fear that with this solution I may
On Mon, Jul 1, 2013 at 5:56 PM, adfel70 wrote:
> This requires me to override the solr document distribution mechanism.
> I fear that with this solution I may loose some of solr cloud's
> capabilities.
>
It's not clear whether you aware of
http://searchhub.org/2013/06/13/solr-cloud-document-rout
Simply duplicate a subset of the fields that you want to query of the parent
document on each child document and then you can directly query the child
documents without any join.
Yes, given the complexity of your data, a two-step query process may be
necessary for some queries - do one query t