You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by Apache Wiki <wi...@apache.org> on 2014/07/11 14:57:43 UTC

[Nutch Wiki] Update of "FAQ" by JulienNioche

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.

The "FAQ" page has been changed by JulienNioche:
https://wiki.apache.org/nutch/FAQ?action=diff&rev1=138&rev2=139

  Please do NOT submit bugs, patches, or feature requests to the mailing lists.  Refer instead to [[http://wiki.apache.org/nutch/Committer%27s_Rules|Commiter's_Rules]] and [[http://wiki.apache.org/nutch/HowToContribute|HowToContribute]] areas of the Nutch wiki.
  
  ==== Are there any mailing lists available? ====
- There's a user, developer, commits and agents lists, all available at http://lucene.apache.org/nutch/mailing_lists.html.
+ There's a user, developer, commits and agents lists, all available at http://nutch.apache.org/mailing_lists.html.
  
  ==== How can I stop Nutch from crawling my site? ====
  Please visit our [[http://nutch.apache.org/bot.html|"webmaster info page"]]
@@ -38, +38 @@

  With an open-source search engine, this will still happen, just out in the open. This is analagous to encryption and virus protection software. In the long term, making such algorithms open source makes them stronger, as more people can examine the source code to find flaws and suggest improvements. Thus we believe that an open source search engine has the potential to better resist manipulation of its rankings.
  
  ==== What Java version is required to run Nutch? ====
- Nutch 0.7 will run with Java 1.4 and up. Nutch 1.0 with Java 6.
+ Nutch 1.0 requires Java 6 and up.
  
  ==== I have two XML files, nutch-default.xml and nutch-site.xml, why? ====
  nutch-default.xml is the out of the box configuration for Nutch, and most configurations can (and should unless you know what your doing) stay as per. nutch-site.xml is where you make the changes that override the default settings.