Hi Marcus,

Your curl cmds don't work in that format on my unix. I conver them as
follows, and they still don't work:

$ curl --fail $solrIndex/update?commit=true -d  '*:*'
$ curl --fail $solrIndex/update -d  '' 

>From the browser:
http://localhost:8080/solr/update?commit=true%20-d%20%27%3Cdelete%3E%3Cquery%3E*:*%3C/query%3E%3C/delete%3E%27

This is the response I get.

−

0
18



The only thing that works:
$rm - r SOLR_HOME/solr 
$CATALINA_HOME/bin/catalina.sh stop
$CATALINA_HOME/bin/catalina.sh start

I'm running a single core instance.
I'm using this nutch script [1] and this[2] hints at my solr config.

[1] http://wiki.apache.org/nutch/Whole-Web%20Crawling%20incremental%20script
[2]
http://wiki.apache.org/solr/Troubleshooting%20HTTP%20Status%20404%20-%20missing%20core%20name%20in%20path?action=recall&rev=1

--
View this message in context: 
http://lucene.472066.n3.nabble.com/how-to-reset-the-index-in-solr-tp496574p2784198.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to