Re: Search while indexing

2009-03-07 Thread sonfon
ture of > the whole file for your key, but that may not suit your app. > > Best > Erick > > > > On Sat, Mar 7, 2009 at 12:21 AM, sonfon wrote: > >> Dear All, >>Now, I'm considering to build index for my application with lucene. >> However,

Search while indexing

2009-03-07 Thread sonfon
Dear All, Now, I'm considering to build index for my application with lucene. However, as the document sources I'm going to index has many duplications, so before adding a document to an IndexWriter, I hope search in the index database first to see if a same document copy has already been ad

Search while indexing

2009-03-06 Thread sonfon
Dear All, Now, I'm considering to build index for my application with lucene. However, as the document sources I'm going to index has many duplications, so before adding a document to an IndexWriter, I hope search in the index database first to see if a same document copy has already been ad