Hi, When i merge indexes using nutch's IndexMerger, I give as input some folders that were created by the indexer and get as output the merged index.
The folders that are crated by the indexer are of this structure: Indexes/part-00000/<index files> the output of the index merger is a folder of this structure: Index/<index files> Of course I understand the the merges merges all the given indexes and the index that I get includes all that I need. But I'm trying to maintain the same nutch output directory as nutch creates. So how can I automatically merge all the indexes part folder to the Indexes folder, having eventually a structue like this: Indexes/part-00000/<index files>, Indexes/part-00001/<index files>... -- View this message in context: http://lucene.472066.n3.nabble.com/How-do-I-merge-indexes-so-that-the-indexes-folder-is-merged-as-well-tp3968192.html Sent from the Nutch - User mailing list archive at Nabble.com.

