: details. This is a simple join in the db. But how do we achieve this in : Solr. The problem is when personal details are changed we will have to : update all 5 resumes.
that is in a nutsehll what you need to do. >From the perspective of clients, a Solr index is a very flattened date structure ... if you want each "Resume" document to have all of the perosonal details of the person associatd with that Resume, then every Resume document needs to be updated when those details change. -Hoss