Maxence SAUNIER created SOLR-12436:
--------------------------------------

             Summary: Can"t delete BLOB element in SolrCloud
                 Key: SOLR-12436
                 URL: https://issues.apache.org/jira/browse/SOLR-12436
             Project: Solr
          Issue Type: Bug
      Security Level: Public (Default Security Level. Issues are Public)
          Components: SolrCloud
         Environment: Debian
SolrCloud 6 and 7
            Reporter: Maxence SAUNIER


Hello,

The documentation said on the BLOB API page:
"Deletes can be performed with standard REST delete commands." 

So, I have test to delete a blob file version but thise commands do not working:

{code}
curl -X "DELETE" 
http://srv-formation-solr3:8983/solr/.system/blob/CityaUpdateProcessorJar/14
{code}

This command return just the file informations:
{code}
{
  "responseHeader":{
    "zkConnected":true,
    "status":0,
    "QTime":1},
  "response":{"numFound":1,"start":0,"docs":[
      {
        "id":"CityaUpdateProcessorJar/14",
        "md5":"45aeda5a01607fb668cec26a45cac9e6",
        "blobName":"CityaUpdateProcessorJar",
        "version":14,
        "timestamp":"2018-05-30T12:59:40.419Z",
        "size":22483}]
  }}
{code}

So, I have test to delete directly on the Solr interface with the query page 
XML:
{code}
<delete><query>id:CityaUpdateProcessorJar/14</query></delete>
{code}

And not working.

Thanks for your help,
Maxence





--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to