Linux/Solr delete dovecot index: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Delete a dovecot index curl https://user:[email protected]:443/solr/dovecot/update --data '<delete><query>*:*</query></delete>' -H 'Content-type:text/xml; charset=utf-8'") |
No edit summary |
||
Line 1: | Line 1: | ||
Delete a dovecot index | Delete a dovecot index | ||
curl https://user:passwordQ@solr. | curl https://user:passwordQ@solr.example.com:443/solr/dovecot/update --data '<delete><query>*:*</query></delete>' -H 'Content-type:text/xml; charset=utf-8' | ||
Soft Commit | |||
curl https://user:[email protected]:443/solr/dovecot/update?softCommit=true |
Latest revision as of 17:51, 14 April 2019
Delete a dovecot index
curl https://user:[email protected]:443/solr/dovecot/update --data '<delete><query>*:*</query></delete>' -H 'Content-type:text/xml; charset=utf-8'
Soft Commit
curl https://user:[email protected]:443/solr/dovecot/update?softCommit=true