I'm afraid the mailing list stripped the attachment ... could you post
it inline?  Or, CC me directly with the attachment?

Thanks.

Mike McCandless

http://blog.mikemccandless.com


On Tue, May 7, 2013 at 7:18 PM, Reg <register9...@gmail.com> wrote:
> Hi Mike,
>
> Here's the unit test I put together.  I assume you have JUnit.
>
>
> On Tue, May 7, 2013 at 12:18 PM, Michael McCandless
> <luc...@mikemccandless.com> wrote:
>>
>> On Tue, May 7, 2013 at 1:58 PM, Reg <register9...@gmail.com> wrote:
>> > TrackingIndexWriter.tryDeleteDocument(IndexReader, int) returns an
>> > AtomicInteger indexingGen.  And in my case it returns 1 which means the
>> > underlying IndexWriter.tryDeleteDocument(IndexReader, int) returns true.
>>
>> If tryDeleteDocument returned 1 then the delete should have taken ...
>> can you write this up as a test case showing the issue?
>>
>> Are you sure docID 0 is the right document to delete?  Remember that
>> the Collector can get multiple docID=0 (one per segment)...
>>
>> Mike McCandless
>>
>> http://blog.mikemccandless.com
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
>> For additional commands, e-mail: java-user-h...@lucene.apache.org
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
> For additional commands, e-mail: java-user-h...@lucene.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to