Wednesday, September 19, 2012

Delete Documents from Solr index


Delete all documents from Solr index, enter the following in browser:

http://localhost:8983/solr/update?stream.body=<delete><query>*:*</query></delete>
http://localhost:8983/solr/update?stream.body=<commit/>

No comments:

Post a Comment