Re: Query in IndexWriter.deleteDocuments(Term term)

2008-07-27 Thread Ajay Garg
Thanks Mike. Yes, I know, 2.3.2 doesn't have commit(). That's why, I asked whether commit = close + new IndexWriter, because then I can write a commit() method, encapslating close() + new IndexWriter. Thanks a ton for the prompt replies.. Ajay Garg Michael McCandless-2 wrote: &g

Re: Query in IndexWriter.deleteDocuments(Term term)

2008-07-26 Thread Ajay Garg
ary reason I am porting to 2.3.2 (from 2.0.0), is to have explicit commit() control in our hands. Ajay Garg wrote: > > So commit() will be available from 2.4 onwards?? > > Michael McCandless-2 wrote: >> >> >> Ajay Garg wrote: >> >>> Than

Re: Query in IndexWriter.deleteDocuments(Term term)

2008-07-26 Thread Ajay Garg
So commit() will be available from 2.4 onwards?? Michael McCandless-2 wrote: > > > Ajay Garg wrote: > >> Thanks Mike. That was quite explanatory. A couple of doubts: > > You're welcome! > >> 1. The deletions apply to buffered as well as stored-in-RAM

Re: Query in IndexWriter.deleteDocuments(Term term)

2008-07-26 Thread Ajay Garg
ing Lucene 2.3.2. So, is the next version heading straight to 3.0 ??? (Sorry, if this question seems to be a little out of context of the current thread) Looking forward to a reply. Thanks Ajay Garg Michael McCandless-2 wrote: > > > java_is_everything wrote: > >> >> Hi