You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by ro...@xemaps.com on 2004/07/03 00:13:31 UTC

addIndexes vs addDocument

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: lucene-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-user-help@jakarta.apache.org