William created SOLR-13023:
------------------------------

             Summary: 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


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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to