MarioCannistra
MarioCannistra

Reputation: 275

Latest compatible versions of Nutch and Solr

I see different combinations of Nutch and Solr versions being used by people posting about this subject on the web. Which are the latest stable (non beta) and compatible versions of Nutch and Solr that I can download and setup without building sources and just configuring ?

Upvotes: 6

Views: 3923

Answers (5)

Kaidul
Kaidul

Reputation: 15855

I am using -

  • Apache Nutch 2.3.1
  • Solr 5.2.1
  • HBase 0.94.14

And these combination is working fine!

Upvotes: 0

nbro
nbro

Reputation: 15837

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.

Upvotes: 3

cguzel
cguzel

Reputation: 1735

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.

Upvotes: 4

Butifarra
Butifarra

Reputation: 1114

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.

Upvotes: 2

nimeshjm
nimeshjm

Reputation: 1708

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

Upvotes: 2

Related Questions