I'd try 2 things. 
First do a query
   q=EMAIL_HEADER_FROM:test.de
and make sure some documents are found. If nothing is found, there is
nothing to delete.

Second, how are you testing to see if the document is deleted? The physical
data isn't removed from the index until you Optimize I believe. Is it
possible your delete is working, but your method of verifying isn't telling
you it's marked for deletion?
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/delete-Problem-tp1070347p1072581.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to