Unfortunatly my two tables do not share a unique key. they both have integers as keys starting with number 1. Is there any way to overcome this problem? Removing the uniquekey-property from my schema.xml leads to solr not working (I have tryed that already). The link you provided is showing what I have already tryed before which was leading to my current problem. When I setup my data-config as shown in that thread, my second table does not get recorded because of the missing field (name.id/nameid the unique key) in my "title"-table...

Am 06.06.2013 18:32, schrieb bbarani:
You don't really need to have a relationship but the unique id should be
unique in a document. I had mentioned about the relationship due to the fact
that the unique key was present only in one table but not the other..

Check out this link for more information on importing multiple table data.

http://lucene.472066.n3.nabble.com/Create-index-on-few-unrelated-table-in-Solr-td4068054.html



--
View this message in context: 
http://lucene.472066.n3.nabble.com/data-import-problem-tp4068345p4068650.html
Sent from the Solr - User mailing list archive at Nabble.com.


Reply via email to