Purging all of the data within Solr
19 Nov 2013During the test phases of getting your software setup, you’ll find it useful to completely toast what ever data you’ve already indexed to start fresh. This is as simple as issuing a delete query with open criteria *.*
. The full query should translate to
As a URL it’ll look like this:
Note that there is a commit at the end of this URL which will perform the delete and commit the result all in the one invocation.