How to use Elasticsearch 5.x with Nutch / How to index HTML webpages in Elasticsearch 5?

1.2k views Asked by At

I am using Apache Nutch to index webpages into Elasticsearch. When I tried to upgrade like this, I am getting error in ElasticSearchWriter.java.
Have anyone attempted this?
Does Nutch support only till ES2.x?
Or Is there any other simple way to index HTML pages in ES?
Thanks in advance.

1

There are 1 answers

1
mdigiacomi On

I just finished implementing this for Apache Nutch 2.3.1 to ElasticSearch 5.1.1. This should be able to be back ported to earlier versions. Let me know if you need a different version...

Try This:

https://github.com/mdigiacomi/indexer-elastic