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.)
Any idea?
PS: I use communication via HTTP /solrj / nightly build.