Hi, Could anyone let me know definitively if the IndexMerger(NutchFileSystem nfs, File[] segments, File outputIndex, File localWorkingDir) merge operation merges the segments and overwrites any existing index at outputIndex, or merges the segments into the existing indec at outputIndex.
If it overwrites, is there another method to merge segments into an existing index without needing to copy the existing index to a temporary area and specifying it as one of the input segments? Thanks. I am using Nutch 0.7 Regards, CW
