Dear Wiki user, You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.
The following page has been changed by JakeVanderdray: http://wiki.apache.org/nutch/WhyNutchHasAPluginSystem ------------------------------------------------------------------------------ == Extensibility == - Plugins allow anyone to extend the functionality of Nutch simply by writing their own implementation of a given interface. For instance, the [http://lucene.apache.org/nutch/apidocs/org/apache/nutch/parse/msword/MSWordParser.html MSWordParser], used for parseing Word documents, is an implementation of the Parser interface (http://lucene.apache.org/nutch/apidocs/org/apache/nutch/parse/Parser.html). + Plugins allow anyone to extend the functionality of Nutch simply by writing their own implementation of a given interface. For instance, the [http://lucene.apache.org/nutch/apidocs/org/apache/nutch/parse/msword/MSWordParser.html MSWordParser], used for parseing Word documents, is an implementation of the [http://lucene.apache.org/nutch/apidocs/org/apache/nutch/parse/Parser.html Parser] interface. == Flexibility ==
