System Tools‎ > ‎

Building a Search Engine

posted Aug 26, 2013, 4:04 PM by Chris G



Building a Search Engine with Nutch andSolr in 10 minutes

The search engine is going to be comprised of two parts:

Solr – the search engine interface to the Apache Lucene search library
Nutch – the open source web crawler used to index web content.

Comments