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

Solr 5.2 child documents

2015-11-23 Thread Novin
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 document are using dynamic fields. SolrInputDocument childDoc = new SolrInputDocument(); childDoc.addfield("index_l", 2);

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:

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?

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,

Re: Solr 5.2 child documents

2015-11-23 Thread Chris Hostetter
: Subject: Solr 5.2 child documents : References: <a0d56f3a-7ea8-4c61-9776-6c4adca68...@elmar.nl> : <CAN4YXvdKirru96+GwAfQPggy3x9tTcf82=n_kqmecokgayx...@mail.gmail.com> : <a9a9e62d-167f-40b8-8246-14b4f1a27...@elmar.nl> : In-Reply-To: <a9a9e62d-167f-40b8-8246-14b4f1a2

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,