[
https://issues.apache.org/jira/browse/SOLR-13023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16703384#comment-16703384
]
William commented on SOLR-13023:
--------------------------------
Also:
"When using the blob store, note that the API does not delete or overwrite a
previous object if a new one is uploaded with the same name. It always adds a
new version of the blob to the index. Deletes can be performed with standard
REST delete commands."
This is completely false, curl -X delete does not work.
> No clear guidance on how to delete jar from .system collection
> --------------------------------------------------------------
>
> Key: SOLR-13023
> URL: https://issues.apache.org/jira/browse/SOLR-13023
> Project: Solr
> Issue Type: Bug
> Security Level: Public(Default Security Level. Issues are Public)
> Components: SolrCloud
> Affects Versions: 7.5
> Reporter: William
> Priority: Major
>
> There is no clear guidance on how to actually delete a JAR that was placed in
> the .system collection. I have literally tried every command under the sun
> even the ones provided in support. Can someone please tell me how to actually
> do a proper delete. All I can seem to do is just add new ones.
>
> {code:java}
> curl -X POST -H 'Content-Type: application/json'
> 'https://solr.cloud.statcan.ca/solr/.system/' --data-binary '{"delete":
> {"id":"jtds131"}}'
> curl -X POST -H 'Content-Type: application/json'
> 'https://solr.cloud.statcan.ca/solr/ndm_test/update' --data-binary '{
> "delete": { "id":"jtds131/1" }
> }'{code}
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]