Linux/Solr delete dovecot index

From voipsupport
Revision as of 18:51, 14 April 2019 by John (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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