Nutch versus Solr
问题 Currently collecting information where I should use Nutch with Solr (domain - vertical web search). Could you suggest me? 回答1: Nutch is a framework to build web crawler and search engines. Nutch can do the whole process from collecting the web pages to building the inverted index. It can also push those indexes to Solr. Solr is mainly a search engine with support for faceted searches and many other neat features. But Solr doesn't fetch the data, you have to feed it. So maybe the first thing