Thanks Jack for throwing your idea. I tell you my problem in more detail. I have an email which I have to index. The email contains some text contents (email headers, email body) and binary data (email attachments in pdf, doc etc formats). I want to index text and binary contents separately. So I am making a document(say DOC1) for email text contents(email headers, email body) and using /update handler for that and for each binary attachment, I am making a separate document and using /update/extract handler for each. But all the documents of an email message contains the same email ID. Whenever I make a search on any of the binary attachments, my search result should return DOC1.
I am new to Solr so did not get your point exactly. Would request you to explain in more details. It would be better if you give some examples or point to the location where I can get them -- View this message in context: http://lucene.472066.n3.nabble.com/Cross-referencing-of-solr-documents-tp4107539p4107621.html Sent from the Solr - User mailing list archive at Nabble.com.