Otis, Thanks for the reply. Not sure about your comment about _store_. Do you mean the addIndexes method would retain all fields in all documents regardless of _store_, but that individual addDocument calls would not?
Roy. On Tue, 6 Jul 2004 08:33:52 -0700 (PDT), Otis Gospodnetic wrote > Roy, > > I'm not sure about the performance difference answer, but I imagine our > instinct about this is the same. However, note that manually adding > documents will not work if you didn't _store_ (e.g. Field.Text) > fields in original indices, because you will not be able to > retrieve the original field value. > > Otis > > --- [EMAIL PROTECTED] wrote: > > Hi guys, > > > > I have question dealing with addIndexes. When an addIndexes method > > is done merging indexes together, it calls optimize. We would like > > to avoid the optimize and had though about just opening a reader to > > each index to be merged and adding them in manually with the > > addDocument method. > > > > So we were wondering how efficient the addIndexes was compared to the > > addDocument? > > > > lots'o thanx > > > > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
