On Dec 14, 2007 2:43 PM, Jörg Kiegeland <[EMAIL PROTECTED]> wrote: > When I execute deleteByQuery, and afterwards I add new documents which > match this query, then these documents are deleted though I added the > documents AFTER the call to deleteByQuery . > (Even a call of commit() seems not to help.)
I can't reproduce this. Did you call commit() after you added the document? Can you reproduce this in a small test-case or example? -Yonik