Think about movies and the cast of a movie.
There are movies (title) which have their unique ids. And there are many
people (name) like the producer, actors, etc which have their unique
ids. But there are ppl who have been actor in more than one movie. Thats
why i have a third table which connects those two tables via name.id and
title.id.
Anyway, I think my problem is satisfactory solved for me. Do you think I
did something wrong?
Am 06.06.2013 19:45, schrieb bbarani:
Not sure if I understand your situation..I am not sure how would you relate
the data between 2 tables if theres no relationship? You are trying to just
dump random values from 2 tables in to a document?ConsiderTable1: Name
idpeter 1john 2mike 3Table2:Title TitleId CEO
111developer 222Officer 333Cleaner 444IT
555Your document will look something like..but Peter is a cleaner and not a
CEO..1peterCEO>
--
View this message in context:
http://lucene.472066.n3.nabble.com/data-import-problem-tp4068345p4068677.html
Sent from the Solr - User mailing list archive at Nabble.com.