Skip to content

Instantly share code, notes, and snippets.

View robdunne-uom's full-sized avatar
🧠
Data pipelining

Rob Dunne robdunne-uom

🧠
Data pipelining
  • Manchester, UK
View GitHub Profile
# http://wiki.apache.org/solr/FAQ#How_can_I_delete_all_documents_from_my_index.3F
# http://wiki.apache.org/solr/UpdateXmlMessages#Updating_a_Data_Record_via_curl
curl http://index.websolr.com/solr/a0b1c2d3/update -H "Content-Type: text/xml" --data-binary '<delete><query>*:*</query></delete>'