Hi Solr team, Current I am creating a python application that accesses to solr server. I have to handle updating document and need a rollback function. I want to send a rollback request whenever exception occurs. first I try sth like this from curl command : curl http://localhost:8983/solr/mysolr/update?command=rollback and I also try curl http://localhost:8983/solr/mysolr/update?rollback true
but it doesn't work. whenever there is a commit the request still updates on the server. I also try to submit xml document <rollback/>, but it doesn't work, too. Could you guide me how to do this? I haven't found much documentation about this on the internet. Thanks you in advance. Best regards, Chetra