Linux/Solr delete dovecot index

From voipsupport
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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