Re: How to do rollback from solrclient using python

2018-10-03 Thread Emir Arnautović
Hi Chetra, In addition to what Jason explained, rollbacks do not work in Solr Cloud. Thanks, Emir -- Monitoring - Log Management - Alerting - Anomaly Detection Solr & Elasticsearch Consulting Support Training - http://sematext.com/ > On 3 Oct 2018, at 14:45, Jason Gerlowski wrote: > > Hi Chet

Re: How to do rollback from solrclient using python

2018-10-03 Thread Jason Gerlowski
Hi Chetra, The syntax that you're looking for is "/solr/someCoreName/update?rollback=true". But I'm afraid Rollback might not be quite what you think it is. You mentioned: "but it doesn't work, whenever there is a commit the request still updates on the server". Yes, that is the expected behavi

How to do rollback from solrclient using python

2018-10-03 Thread Chetra Tep
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/u