Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@beardcoder
Last active December 12, 2016 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beardcoder/565e67adf013d7c2318885d129eeb75d to your computer and use it in GitHub Desktop.
Save beardcoder/565e67adf013d7c2318885d129eeb75d to your computer and use it in GitHub Desktop.
Solr delete query
curl "http://localhost/solr/$CORE/update" -H "Content-Type: text/xml" --data-binary '<delete><query>*:*</query></delete>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment