Re: Cross referencing of solr documents

2014-02-02 Thread neerajp
Hi Jack, As you are Solr expert so I am expecting suggestion on this post by you. Actually, the best approach would be using "ExtarctingUpdateProcessor" for the kind of problem I have but unfortunately the same is not released yet and even not started yet. If you have something on top of your mind

Re: Cross referencing of solr documents

2013-12-20 Thread neerajp
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 a

Re: Cross referencing of solr documents

2013-12-20 Thread Jack Krupansky
You have have to identify some field of the first document that uniquely identifies it as being distinct from the others which have the same unique ID key field (which is now non-unique.) Then you can boost based on that differentiating field. But... you should confirm whether you really need