> I have been looking for a Java implementation of Google's MapReduce design > and was very glad to find Nutch. However, I don't want to use it for web > crawling: I want to experiment with Nutch's MapReduce as a method for > (distributed) searching through some existing, very large datasets that I > have stored in an NFS filesystem.
Jon, the MapReduce implementation in Nutch has been splitted to a new Lucene subproject : Hadoop. I think this is exactly what you need : http://lucene.apache.org/hadoop/ Regards Jérôme -- http://motrech.free.fr/ http://www.frutch.org/
