views:

312

answers:

4

Can someone put a list of open source software of each of these components included in the question "Building a web search engine"?

That will save many people's time in the search for high quality open source components.

Component List:

  1. Crawler
  2. Parser
  3. Indexer
  4. Ranking Engine
  5. Front End
+1  A: 

For the Java world:

Parsers

Indexer

Ranking Engine

Front End

  • whatever lightweight MVC framework
Vladimir
+1  A: 

Lucene is also available for .NET http://incubator.apache.org/lucene.net/

thijs
Thanks for your answer, thijs. :-)
Timothy Chung
+1  A: 

It looks like nutch does everything you need out of the box.

Vladimir
+1  A: 

Nutch + Lucene + Mapreduce/Apache is your solution.

Sumit Ghosh