Are you running a commit command after every delete command? I had the
same problem with updates. I wasn't committing my updates.

- Moazzam Khan
http://moazzam-khan.com

On Tue, Aug 10, 2010 at 8:52 AM, kenf_nc <ken.fos...@realestate.com> wrote:
>
> 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