Hi Erik,
i made some several test as follows:
Create new indicies with only on document with one Value ("ID"=100).
Open it with parallelreader.
Delete Document with parallelreader.delete(new Term("ID","100"))
Close Reader with parallelreader.close.
After this i open the index with luke and coul
The first place I'd look is whether you're closing your *searcher* between
times in both cases.
If that leads nowhere, I'd make sure I had a copy of Luke so I could
reassure myself that the document was actually in both cases.
After that, I'd think about posting a fragment of both your deletion