Hi Doron, Just filed an issue in JIRA.
Here are the requested stats: Index size-> around 11 million documents Query -> fieldname:[009 TO 999] (using CSRQ) Result -> 11475 documents Delete -> All the returned documents (11475) I can get the time statistics for you if that helps. And, btw, I can still see the terms from the deleted documents when I do the top terms etc... when will they be gone? thanks ----- Original Message ---- > From: Doron Cohen <[EMAIL PROTECTED]> > To: java-user@lucene.apache.org > Sent: Wednesday, December 19, 2007 1:13:56 PM > Subject: Re: document deletion problem > > On Dec 19, 2007 5:45 PM, Tushar B wrote: > > > Hi Doron, > > > > I was just playing around with deletion because I wanted to delete > > documents due to spurious entries in one particular field. Could you tell me > > how do I file a JIRA issue? > > > > See Lucene's wiki, at page "HowToContribute". > > > > > > The two workarounds I was using are neither great in perfromance. Provided > > here just FYI: > > > > 1) Have the "for" loop in a "do while" loop, Handle the Array...Exception, > > resubmit query > > 2) Use HitCollector (as also suggested by you) > > > The HitCollector should work reasonably - can you tell us how many docs did > you delete, from how big an index, with what query, and how long did it > take? > > > > > > thanks > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]