Re: update request parameter to quietly drop conflicts

2017-05-17 Thread Alexandre Rafalovitch
It is open-source, you could just copy the component, compile it against your version of Solr and load it as an extra library. I don't think URP interface changed all that much (if at all) in between the versions. Regards, Alex. http://www.solr-start.com/ - Resources for Solr users, new an

Re: update request parameter to quietly drop conflicts

2017-05-16 Thread Scott Blum
Oh nice! Didn't realize that's there in 6x (I'm on 5.5.3). Thanks!! On Wed, May 17, 2017 at 12:40 AM, David Smiley wrote: > SkipExistingDocumentsProcessorFactory >

Re: update request parameter to quietly drop conflicts

2017-05-16 Thread David Smiley
See SkipExistingDocumentsProcessorFactory. I'm using it; works great! On Wed, May 17, 2017 at 12:35 AM Scott Blum wrote: > Hi folks, > > Recently ran into a data merge use case where I want to backfill a ton of > documents off of storage into solr, but only if they don't already exist in > Sol

update request parameter to quietly drop conflicts

2017-05-16 Thread Scott Blum
Hi folks, Recently ran into a data merge use case where I want to backfill a ton of documents off of storage into solr, but only if they don't already exist in Solr. (If they exist, they're newer.) I couldn't find an efficient way to do this in bulk; if any document in my batch ran into a confli