Re: Solr 5.2 child documents

2015-11-24 Thread Novin
Thanks Mikhali. On 23/11/15 17:44, Mikhail Khludnev wrote: Novin, As it's stated here http://yonik.com/solr-nested-objects/ there is no requirements for schema. Perhaps http://blog.griddynamics.com/2013/09/solr-block-join-support.html might be useful too. I suppose LogUpdateProcessor messages

Re: Solr 5.2 child documents

2015-11-23 Thread Mikhail Khludnev
Novin, As it's stated here http://yonik.com/solr-nested-objects/ there is no requirements for schema. Perhaps http://blog.griddynamics.com/2013/09/solr-block-join-support.html might be useful too. I suppose LogUpdateProcessor messages might answer about the root cause of your problem. On Mon, No

Re: Solr 5.2 child documents

2015-11-23 Thread Chris Hostetter
: Subject: Solr 5.2 child documents : References: : : : In-Reply-To: https://people.apache.org/~hossman/#threadhijack Thread Hijacking on Mailing Lists When starting a new discussion on a mailing list, please do not reply to an existing message, instead start a fresh email. Even if you c

Re: Solr 5.2 child documents

2015-11-23 Thread Novin
Could somebody please give schema example for creating child document? On 23/11/15 12:57, Novin wrote: When I query using solr admin page. I can see the parent document there in results, but now child document. On 23/11/15 12:24, Alexandre Rafalovitch wrote: Do you get a parent doc? If not, ma

Re: Solr 5.2 child documents

2015-11-23 Thread Novin
When I query using solr admin page. I can see the parent document there in results, but now child document. On 23/11/15 12:24, Alexandre Rafalovitch wrote: Do you get a parent doc? If not, maybe you forgot to commit the whole lot. On 23 Nov 2015 6:42 am, "Novin" wrote: Hi, When I query q=*:

Re: Solr 5.2 child documents

2015-11-23 Thread Alexandre Rafalovitch
Do you get a parent doc? If not, maybe you forgot to commit the whole lot. On 23 Nov 2015 6:42 am, "Novin" wrote: > Hi, > > When I query q=*:* I can't get child documents back, Below is > configuration I am using for child Document to index in solr. > > Am I missing something? > > note: child doc