Thx, it works. :) Daniel Susanto http://susantodaniel.wordpress.com
--- On Fri, 4/17/09, Uwe Schindler <[email protected]> wrote: From: Uwe Schindler <[email protected]> Subject: RE: Is it possible to add new document into existing lucene index? To: [email protected] Date: Friday, April 17, 2009, 9:18 PM Hi Daniel, Just open the IndexWriter on the same Lucene Directory and specify the boolean ctor parameter "create" to false. ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: daniel susanto [mailto:[email protected]] > Sent: Friday, April 17, 2009 4:11 PM > To: [email protected] > Subject: Is it possible to add new document into existing lucene index? > > Hi all, > > I'm NB in Lucene. > Is it possible to add new document into existing document? I think it is > important so that we don't need to re-index the all in file folder if just > one or two file that need to be added into index. Thx. > > Daniel Susanto > http://susantodaniel.wordpress.com > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
