Hello, I have a 3 table Restuarnt,User,Review Structure like this
Restuarnt--: [rid,name,etc] User-- -- : [uid,name,etc] Review --: [id,rid,uid,name,etc] how i index these structure ? Actually i am confuse about unique key ,Is i have to indexed 3 different core for this or make a single entity ? -- View this message in context: http://lucene.472066.n3.nabble.com/multiple-table-how-to-index-multiple-table-in-solr-tp4241868.html Sent from the Solr - User mailing list archive at Nabble.com.