Dear Wiki user,

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

The "RunningNutchAndSolr" page has been changed by LewisJohnMcgibbney:
http://wiki.apache.org/nutch/RunningNutchAndSolr?action=diff&rev1=65&rev2=66

  ## Lang: En
  
  == Introduction ==
- 
- This tutorial was originally constructed and posted by 'waycool' on the user 
lists. It has been edited slightly for integration into the Apache Nutch 
project.
  
  Apache Nutch is an open source web crawler written in Java. By using it, we 
can find web page hyperlinks in an automated manner, reduce lots of maintenance 
work, for example checking broken links, and create a copy of all the visited 
pages for searching over. That’s where Apache Solr comes in. Solr is an open 
source full text search framework, with Solr we can search the visited pages 
from Nutch. Luckily, integration between Nutch and Solr is pretty 
straightforward as explained below.
  
@@ -116, +114 @@

  <field name="content" type="text" stored="true" indexed="true"/>
  }}}
  
+ '''This tutorial was originally constructed and posted by 'waycool' on the 
user lists. It has been edited slightly for integration into the Apache Nutch 
project.'''
+ 

Reply via email to