Skip to content

Instantly share code, notes, and snippets.

@filipefigcorreia
Last active August 23, 2016 07:04
Show Gist options
  • Save filipefigcorreia/ecbd9d3dd371298de5716f6b25b25461 to your computer and use it in GitHub Desktop.
Save filipefigcorreia/ecbd9d3dd371298de5716f6b25b25461 to your computer and use it in GitHub Desktop.
Solr Cheat Sheet

Delete documents of an index

http://localhost:8983/solr/mycore/update?stream.body=<delete><query>*:*</query></delete>
http://localhost:8983/solr/mycore/update?stream.body=<commit/>
@mcka-dev
Copy link

mcka-dev commented Aug 23, 2016

Inline:
http://localhost:8983/solr/mycore/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