[
https://issues.apache.org/jira/browse/SOLR-13023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
William updated SOLR-13023:
---------------------------
Description:
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" }
}'
curl -X DELETE -H 'Content-Type: application/json'
'https://solr.cloud.statcan.ca/solr/.system/blob/jtds131' {code}
was:
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}
> 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" }
> }'
> curl -X DELETE -H 'Content-Type: application/json'
> 'https://solr.cloud.statcan.ca/solr/.system/blob/jtds131' {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]