Solr - dartmouthcollegelibrary/blacklight-dartmouth GitHub Wiki
FAQ
https://wiki.apache.org/solr/FAQ
Solr Ref Guides
https://lucene.apache.org/solr/features.html
To delete all documents from Solr
- Go to Solr Admin
- choose blacklight-core
- Documents
- Request Handler (qt) is set to
\update
- change document type to XML
- copy in
<delete><query>*:*</query></delete>
- Submit
- then copy in
<commit/>
- Submit
see https://wiki.apache.org/solr/FAQ#How_can_I_delete_all_documents_from_my_index.3F
URLs to unload and reload Solr cores via curl
https://www.garysieling.com/blog/url-unload-reload-solr-core-curl