What is a good Web search and web crawling engine for Java?

java, search-engine, web-crawler

Solution

Nutch (Lucene) is an Open Source engine which should satisfy your needs.

Problem

I am working on an application where I need to integrate the search engine. This should do crawling also. Please suggest a good Java based search engine. Thank you in advance.

Original source