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 Hadi Forghani <ha...@gmail.com> on 2008/11/02 16:53:13 UTC

addDocument vs addIndexes

hi friends
merge N document to an existing index is better than add N document to an
existing index?
in the other word, has IndexWriter.addIndexesNoOptimize less I/O than
IndexWriter.addDocument?
thanks