Latest compatible versions of Nutch and Solr

你。 提交于 2019-11-30 20:46:36

You can use Nutch 2.1 or Nutch 1.6. If you want to use HBase, have to use Nutch 2.x. Because nutch 1.6 not support Hbase. I use nutch 2.1, HBase 0.90.x or 0.94.5 , and Solr 4.3.0.

There are major changes between the two Solr versions (Solr 3.x and Solr 4.x). You must choose one of them according to your requirement. Ex: Solr4 support cloud better.

Here are some suggested compatible versions of Nutch and Solr based on what the Nutch's creators are announcing in their website here:

+-------+--------+
| Nutch |  Solr  |
+-------+--------+
| 2.3.1 | 4.10.3 |
|   2.3 |  4.8.1 |
+-------+--------+

Feel free to add more versions. The tool I used to generate this table can be found here.

What OS are you using?

In Windows Nutch 1.2 was the latest version I managed to get working.

In Linux Nutch 1.6 works very well with SOLR.

That was in combination with SOLR 3.5 (because of other dependencies) but there's no reason for it not to work with SOLR 3.6 or 4.3.

Nutch tutorial

I implemented Nutch 1.6 and Solr 3.6.2 into a production system earlier this year for a large financial firm. They work very well together.

I am using -

  • Apache Nutch 2.3.1
  • Solr 5.2.1
  • HBase 0.94.14

And these combination is working fine!

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!