Hi, There are no entity relationships in Solr and there are no joins, so the simplest thing to do in this case is to issue two requests. You could also write a custom SearchComponent that internally does two requests and returns a single unified response.
Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch ________________________________ From: Kalidoss MM <mm.kalid...@gmail.com> To: solr-user@lucene.apache.org Sent: Wednesday, February 18, 2009 2:44:15 PM Subject: Data Normalization in Solr. Hi, I want to store normalized data into Solr, example am spliting personal information datas(fname, lname, mname) as one solr record, Address (personal, office) as another record in Solr. the id is different 123212_name, 123212_add, Now, some case i require both personal and address records by single xml say( fname, lname, officeaddress only) it self, (with single http request), Is it possible? Thanks, kalidoss.m,