Hi,

I cannot guess what is 'entities' in your context, but do you want some
kind of join functionality like RDBs on Solr?
Basically, Solr is not "relational". So at first, you should consider
denormalize your RDB tables to one table/view (or issue SQL JOIN query in
DIH) to import data to Solr.

If you *really* need join like RDB on Solr, you could consult with Solr's
join feature. (That makes your system more complicated.)
https://wiki.apache.org/solr/Join

Regards,
Tomoko

2014-12-12 14:36 GMT+09:00 Rajesh <rajesh.panneersel...@aspiresys.com>:
>
> I'm using Solr 4.10. While importing through DIH, I've configured 3
> separate
> entities. I'm facing some problems for indexing and retrieval.
>
> 1) How can I give the unique key, as the 3 entities will have different
> fields.
> 2) Is there a join query, from which I can join all the 3 tables.
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Join-in-SOLR-tp4173930.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to