thanks for your reply. and how about merge? if i searcher on index1, and in other thread, i try to merge index2 into index1 and i do not update searcher, can i continue searching on index1? thanks Mahdi
On Thu, Oct 16, 2008 at 2:19 PM, Anshum <[EMAIL PROTECTED]> wrote: > Yes you can! :) > Very normally. > > -- > Anshum Gupta > Naukri Labs! > http://ai-cafe.blogspot.com > > The facts expressed here belong to everybody, the opinions to me. The > distinction is yours to draw............ > > > On Thu, Oct 16, 2008 at 3:43 PM, mahdi yari <[EMAIL PROTECTED]> wrote: > > > hi dears > > > > i have a question of Lucene > > > > i have on index with 1,000 document with id field(String:UUID) and one > > indexSearcher for search on it, > > after that, i start one IndexWriter that writes 1,000,000 new document in > > to > > index, > > now if i do not update IndexSearcher, can i search on first 1,000 > document > > without problem?? > > > > thanks and sorry for bad English > > Mahdi > > >