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/WritingPlugins

------------------------------------------------------------------------------
   * 
[http://lucene.apache.org/nutch/apidocs/org/apache/nutch/protocol/Protocol.html 
Protocol] -- Protocol implementations allow nutch to use different protocols 
(ftp, http, etc.) to fetch documents.
   * 
[http://lucene.apache.org/nutch/apidocs/org/apache/nutch/searcher/QueryFilter.html
 QueryFilter] -- Extension point for query translation. Permits one to add 
metadata to a query (from javadoc).
   * 
[http://lucene.apache.org/nutch/apidocs/org/apache/nutch/net/URLFilter.html 
URLFilter] -- URLFilter implementations limit the URLs that nutch attempts to 
fetch.  The 
[http://lucene.apache.org/nutch/apidocs/org/apache/nutch/net/RegexURLFilter.html
 RegexURLFilter] distributed with Nutch provides a great deal of control over 
what URLs Nutch crawls, however if you have very complicated rules about what 
URLs you want to crawl, you can write your own implementation.
-  * 
[http://svn.apache.org/viewcvs.cgi/lucene/nutch/trunk/src/java/org/apache/nutch/analysis/NutchAnalyzer.java?view=markup
 NutchAnalyzer] -- An extension point that enables to provide some language 
specific analyzers (see MultiLingualSupport proposal). ''Since it is in 
development stage, it is not in released javadoc''.
+  * 
[http://svn.apache.org/viewcvs.cgi/lucene/nutch/trunk/src/java/org/apache/nutch/analysis/NutchAnalyzer.java?view=markup
 NutchAnalyzer] -- An extension point that provides some language specific 
analyzers (see MultiLingualSupport proposal). ''Since it is in development 
stage, it is not in released javadoc''.
  
  == Setup ==
  

Reply via email to