On 15 December 2013 07:22, gpssolr2020 <psgoms...@gmail.com> wrote: > > hi all, > > We are generating unique key(signaturefield) for solr based six unique > fields from DB. The generated uniquekey is different in solr , when run > through dataimport handler and updaterequesthandler for the same document > though we are calling the same update.chain for both. > > So can any one please explain this behaviour.
This should not normally be the case. However, your update code probably has to be different for the two methods, and that is almost certainly where the difference lies. Please share details on how the unique key is generated in the two cases. Regards, Gora