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 could the that document is still inside the index. I repeated the test with and normal indexreader and saw that document was deleted. Erick Erickson wrote: > > 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] >> >> > > -- View this message in context: http://www.nabble.com/ParallelReader-fails-on-Deletion-tf2172816.html#a6010089 Sent from the Lucene - Java Users forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]