document deletion problem

2007-12-19 Thread Tushar B
Hello All, I am seeing this issue and would like to understand if its a bug or I am missing something and doing the wrong way: (Note that I am doing all exception handling - but deleted the exception handling code for sake of brevity below) Hits h = m_indexSearcher.search(q); // Returns 114

Re: document deletion problem

2007-12-19 Thread Tushar B
s, and you should better > use a HitCollector for this - still, this should have worked correctly. > > I tend to think that his should just be documented and not necessarily > fixed, not 100% sure which of the two. > > Could you file a JIRA Lucene issue for this? > > Regards

Re: document deletion problem

2007-12-19 Thread Tushar B
07 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 tel