You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by Chun Wei Ho <cw...@gmail.com> on 2006/01/23 03:56:09 UTC

Using org.apache.nutch.indexer.IndexMerger (Nutch 0.7)

Hi,

Could anyone let me know definitively if the
IndexMerger(NutchFileSystem nfs, File[] segments, File outputIndex,
File localWorkingDir) merge operation merges the segments and creates
a new index (overwrites any existing index) at outputIndex, or merges
the segments into the existing index at outputIndex.

If it overwrites, is there another method to merge segments into an
existing index without duplicating the existing index (i.e. copying
the existing index to a temporary area and specifying it as one of the
input segments to IndexMerger) ?

Thanks. I am using Nutch 0.7.

Regards,
CW