d
Amit DhamuSoftware Engineer
 

Solr - Delete By Query

1 minute read 00000 views

The following will delete all Solr documents with an id of 100.

http://localhost:8983/solr/update?stream.body=<delete><query>id:100</query></delete>&amp;commit=true