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]

Reply via email to