Skip to content

Instantly share code, notes, and snippets.

@grafikchaos
Created February 14, 2013 23:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save grafikchaos/4957527 to your computer and use it in GitHub Desktop.
Save grafikchaos/4957527 to your computer and use it in GitHub Desktop.
Example of clearing data from an Apache Solr multicore installation
curl http://localhost:8484/solr/core0/update\?commit\=true -d '<delete><query>*:*</query></delete>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment