Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
$ curl "http://localhost:8080/solr/search/update?stream.body=<delete><query><update><delete><query>*:*</query></delete>"
$ curl "http://localhost:8080/solr/search/update?stream.body=<commit/>delete><commit/></update>"

This will delete all documents in the search (Discovery) core.

...