Anything sent with delete query will be deleted. It doesnt give u the details
of the deleted records.
For example, if u send a command like
<delete><id>20070424150841</id></delete> it will delete the record with id
20070424150841 but not give u the record details if it is already deleted. 
We need to send some query to solr like 
"http://localhost:8080/solr/delete?id:20070424150841&name:deleted_record";. 
But I dont think that we have this option now.
-- 
View this message in context: 
http://www.nabble.com/Getting-details-from-%3Cdelete%3E-tp23982798p23996672.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to