Re: CURL DELETE BLOB do not working in solr 7.3 cloud

2018-06-21 Thread Jason Gerlowski
Hi Maxence, Yes, unfortunately that's the wrong API to delete an item from the Blob Store. Items in the blob store are deleted like any other Solr document (i.e. either delete-by-id, or delete-by-query). This is mentioned quite obliquely in the Solr Ref Guide here: https://lucene.apache.org/solr

CURL DELETE BLOB do not working in solr 7.3 cloud

2018-05-30 Thread msaunier
Hello, I want to delete a file in the blob but this command not work: curl -X "DELETE" http://srv-formation-solr3:8983/solr/.system/blob/CityaUpdateProcessorJar/14 This command return just the file informations: { "responseHeader":{ "zkConnected":true, "status":0, "QTime