Re: Converting nested data model to solr schema

2013-07-02 Thread adfel70
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

Re: Converting nested data model to solr schema

2013-07-02 Thread Mikhail Khludnev
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:

Re: Converting nested data model to solr schema

2013-07-02 Thread adfel70
> -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.

Re: Converting nested data model to solr schema

2013-07-02 Thread Jack Krupansky
- 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

Re: Converting nested data model to solr schema

2013-07-02 Thread 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

Re: Converting nested data model to solr schema

2013-07-01 Thread Mikhail Khludnev
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

Re: Converting nested data model to solr schema

2013-07-01 Thread Jack Krupansky
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