Skip to content

Instantly share code, notes, and snippets.

@cmlewis
Created August 14, 2014 20:39
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 cmlewis/56f0181f18715c6563bd to your computer and use it in GitHub Desktop.
Save cmlewis/56f0181f18715c6563bd to your computer and use it in GitHub Desktop.
Delete a SOLR index
http://HOST:PORT/solr/update?stream.body=<delete><query>*:*</query></delete>&commit=true
or
http://HOST:PORT/solr/CORE/update?stream.body=<delete><query>*:*</query></delete>&commit=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment