Hello Roy, Probably not possible with addDocument as I mentioned in the previous email. But addIndexes may work, although I remember that some new 'fields' were added to Lucene's index files since version 1.2. Have you tried addIndexes approach maybe, since you wrote this email a few days ago?
Otis --- [EMAIL PROTECTED] wrote: > Hey guys, > > We have a couple of giant indexes that were done in lucene 1.2. We > would like to move to lucene 1.4 at some point. > > We have heard that we would probably need to re-index our indexes to > take advantage of certain new features/optimizations of lucene > 1.3/1.4. > > We were wondering if it was possible to open our old 1.2 index with > an IndexReader, get each Document object, and add it to a new 1.4 > index? Would it be the same as re-building an index from scratch? > > Thanks! > > Roy. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
