Re: Delete by docId in IndexWriter

2009-06-29 Thread Ganesh
query using IW and delete, evethough i know docid. This feature is a required one. Regards Ganesh - Original Message - From: "Jason Rutherglen" To: Sent: Monday, June 29, 2009 6:54 AM Subject: Re: Delete by docId in IndexWriter > This requires tracking the genealogy

Re: Delete by docId in IndexWriter

2009-06-29 Thread Shay Banon
Agreed, thats the tricky part. I will open a Jira issue. Really hoping to get some time and maybe also provide a patch... Thanks, Shay Jason Rutherglen-2 wrote: > > This requires tracking the genealogy of docids as they are merged inside > IndexWriter. It's doable, so if you're particularly in

Re: Delete by docId in IndexWriter

2009-06-28 Thread Jason Rutherglen
This requires tracking the genealogy of docids as they are merged inside IndexWriter. It's doable, so if you're particularly interested feel free to open a jira issue. On Sun, Jun 28, 2009 at 2:21 AM, Shay Banon wrote: > > Hi, > > I have a case where deleting documents by doc id make sense (I