You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Maxence SAUNIER (JIRA)" <ji...@apache.org> on 2018/06/04 07:25:00 UTC

[jira] [Comment Edited] (SOLR-12436) Can"t delete BLOB element in SolrCloud

    [ https://issues.apache.org/jira/browse/SOLR-12436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16497891#comment-16497891 ] 

Maxence SAUNIER edited comment on SOLR-12436 at 6/4/18 7:24 AM:
----------------------------------------------------------------

<code><delete><query>*:*</query></delete></code>
Have working but 15 minuts to work. CURL DELETE do not work.


was (Author: moltroon):
<delete><query>*:*</query></delete>
Have working but 15 minuts to work. CURL DELETE do not work.

> 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
>            Priority: Blocker
>
> 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org