Hi Ahmet, On Mon, Mar 25, 2013 at 6:05 AM, <[email protected]> wrote:
> Google Summer of Code 2013 - Giraph implementation of Nutch LinkRank > Algorithm > 22613 by: Lewis John Mcgibbney > 22616 by: Mattmann, Chris A (388J) > 22628 by: Ahmet Emre Aladağ > So are you interested in picking up the Google Summer of Code project? Are you able to do so... e.g. are you a student and do you have time time for this? > I've just started learning Nutch and would like to implement this feature > on 2.x branch. Would it differ too much implementing for trunk and 2.x > branches? > Currently the LinkRank implementation is contained within the core Nutch code [0]. To answer your question, in short I don't know. That is why I posted the GSoC project. So we could find out these types of things. > > I'd like to hear suggestions for a learning path from scratch to implement > this feature. > Start learning the Nutch code based and how the LinkRank algorithm works. How scoring filters can extend the ScoringFilter extension point [1], etc. Other examples of how this works can be seen in the tld plugin, and of course the other scoring plugins available in trunk and 2.x branches. We currently have some wiki pages dedicated to learning how to write plugins for Nutch [2]. This is as good a starting point as any to get your familiar with the plugin extension point mechanism. > I'm currently following the Nutch 1.x wiki for Becoming a developer. > Excellent. [0] http://svn.apache.org/repos/asf/nutch/trunk/src/java/org/apache/nutch/scoring/webgraph/ [1] http://svn.apache.org/repos/asf/nutch/trunk/src/java/org/apache/nutch/scoring/ScoringFilter.java [2] http://wiki.apache.org/nutch/PluginCentral

