I cannot find out your table structure and Solr schema, but if your requirement is too complex to handle by DIH, you could handle it by rich database functionality.
I think creating a database view is good choice... (Of course, other experts may have ideas using DIH?) 2014-12-12 20:43 GMT+09:00 Rajesh <rajesh.panneersel...@aspiresys.com>: > > Yes. two entities are child for the first one. I've gone through the link. > But what I can get out of the configuration given in that link is, I could > get an array for all the individual fields defined in the sub-entities. > For. e.g if my sub-entity has 3 fields name, id, desc. I'm getting a list > for name, another list for id and another one for desc. > > Is there a way how I can get List of sub entities. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Join-in-SOLR-tp4173930p4173977.html > Sent from the Solr - User mailing list archive at Nabble.com. >