Solr delete not working for some reason

后端 未结 7 564
自闭症患者
自闭症患者 2021-01-30 09:19

Just trying to delete all the documents, and did this:

http://localhost:8983/solr/update?stream.body=%3Cdelete%3E%3Cquery%3E*:*%3C/query%3E%3C/delete%3E
<         


        
7条回答
  •  悲哀的现实
    2021-01-30 09:45

    Remember to clear the browser cache! I thought I was having the same problem, but it turned out that the browser had just cached the result and was returning the cached page. D'oh!

提交回复
热议问题