Hi All, My server side we are trying to add multiple documents in a list and then ask solr to add them in solr (using solrj client) and then after its finished calling the commit. Now we also want to control concurrency and for that we wanted to use solr's optimistic lock/versioning feature. That is good but *in case of bulk docs add, the solr doesn't perform add docs as expected.* It fails as soon as it finds any doc with optimistic lock failure and return response telling only the first failed doc (adding all docs before that and no docs are added after that). *We require solr to add all docs for which no versioning problem is there and return list of all failed docs. * Please can anyone suggest a way to do this?
Regards Sankalp Gupta