Hello! No, search was stripped from Nutch long ago, and for good reason. But indeed, now you need a crawler, a search engine and a frontend! I think easiest way is to use Solr, it is not that hard with the Nutch provided schema.xml. You can then use Solr's Velocity response writer [1] to build a front end, or use project Blacklight as a frontend.
[1]: https://cwiki.apache.org/confluence/display/solr/Velocity+Search+UI [2]: http://projectblacklight.org Markus -----Original message----- > From:sheon banks <[email protected]> > Sent: Thursday 12th May 2016 7:03 > To: [email protected] > Subject: WebSearch response similar to Google > > Hi All, > > I know this has probably been asked many times but it is easier to ask > again than search the entire archive. > > I would like to create a search and have the results display in a similar > fashion to Google search results where I am provided a short subject link, > a URL link, and a snippet of text. The old version of nutch seemed to do > the trick with the included .war file but I can I do this using the newer > version. Also, do I really need Solr to accomplish this. > > --Sheon >

