Hi, I need to resolve the following issue: I need to get the Value of all the FIELDS defined in solrconfig.xml when i have the Value of the Unique-Key-Field or the corresponding Doc Number. I require this because, we need to find the value of a particular field, if a document is Duplicated.
*Problem, in detail:* *I browsed through the code of DirectUpdateHandler2.java, where i found that doDeletions() [as per version 1.2] does the part of deleting duplicate entries before a COMMIT. I need to get the field-value(s) of the entries that are going to be deleted because of a duplication, while i have access only to Doc-number or Unique-key-field-value through DirectUpdateHandler2.java * *I just require the classes/methods used to get the values of other fields... given the doc-number...* Thanks in advance -- With Regards, K.Vanniarajan