Hi, I'm not sure what you are doing so I will just describe hat I'm doing and maybe you would find the answer :)
Let's make some assumptions: 1. main nutch dfs is: /user/nutchuser 1.1 you should have /user/nutchuser/crawldb 1.2 you should have /user/nutchuser/segments with some fetched segments in it 2. now you need to create the linkdb 2.1 bin/nutch invertlinks linkdb -dir segments 3. now you need to index your segments 3.1 bin/nutch index indexes crawldb linkdb segments/segment1 segments/segment2 add all your segments here one after another 4. now remove duplicates 4.1 bin/nutch dedup indexes 5. NOW merge 5.1 bin/nutch merge index indexes (this command will create a new folder named /user/nutchuser/index whuch contains your new merged index). Hope it helps. Gal. -----Original Message----- From: Olive g [mailto:[EMAIL PROTECTED] Sent: Monday, April 03, 2006 4:53 PM To: [email protected] Subject: help please! - issues with merging indexes w/ DFS on 0.8 Hi gurus, I ran into similar issue as http://www.mail-archive.com/nutch-user%40lucene.apache.org/msg04073.html. I just could not get index merging to work. I've browsed the mailing archives the tried many things and nothing worked so far. Does 0.8 support merging indexes? I really appreciate any help. Thank you! Olive _________________________________________________________________ On the road to retirement? Check out MSN Life Events for advice on how to get there! http://lifeevents.msn.com/category.aspx?cid=Retirement ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Nutch-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-general
