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 code
and test case <G>...

Best
Erick

On 8/27/06, neils <[EMAIL PROTECTED]> wrote:


Hi,

I'm using a parallelreader to hold on two indicies. There have to be
updated
everyday.

When I'm performing a deletion e.g. parallelreader.delete(New
Term("ID","100)), the documents are still there.

When i do the some with normal indexreader e.g. indexreader.delete(New
Term("ID","100)) it works.

Thanks a lot for your help :-))
--
View this message in context:
http://www.nabble.com/ParallelReader-fails-on-Deletion-tf2172816.html#a6007759
Sent from the Lucene - Java Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to