Re: multi-level Nested entities in dih

2019-04-30 Thread Alexandre Rafalovitch
> Thanks and Regards, > Srinivas Kashyap > > -Original Message- > From: Alexandre Rafalovitch > Sent: 30 April 2019 05:06 PM > To: solr-user > Subject: Re: multi-level Nested entities in dih > > DIH may not be able to do arbitrary nesting. And it is not recom

RE: multi-level Nested entities in dih

2019-04-30 Thread Srinivas Kashyap
2019 05:06 PM To: solr-user Subject: Re: multi-level Nested entities in dih DIH may not be able to do arbitrary nesting. And it is not recommended for complex production cases. However, in general, you also have to focus on what your _search_ will look like. Amd only then think about the mapping

Re: multi-level Nested entities in dih

2019-04-30 Thread Alexandre Rafalovitch
DIH may not be able to do arbitrary nesting. And it is not recommended for complex production cases. However, in general, you also have to focus on what your _search_ will look like. Amd only then think about the mapping. For example, is that whole tree gets mapped to and returned as a single

multi-level Nested entities in dih

2019-04-30 Thread Srinivas Kashyap
Hello, I'm using DIH to index the data using SQL. I have requirement as shown below: Parent entity Child1 Child2 Child3 CHILD4( child41, child42, CHILD43(child 431,child432,child433,CHILD434...) How to recursively iterate the