Re: Batch updates, optimistic concurrency and conflict errors

2020-02-18 Thread Erick Erickson
I think what you want is to just configure TolerantUpdateProcessorFactory in solrconfig.xml as part of your update chain and specify the _version_ field as appropriate in the URL you referenced. You can configure TolerantUpdateProcessorFactory to limit the number of errors allowed before terminati

Batch updates, optimistic concurrency and conflict errors

2020-02-18 Thread Sachin Divekar
Hi, I am trying to use *must-exist* and *must-not-exist* semantics of optimistic concurrency provided by Solr. When doing batch updates SolrM stops indexing immediately when it encounters a conflict. It does not process subsequent records in the input list. That is one extreme. And the other extr