Reputation: 454
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.
Upvotes: 1
Views: 1270
Reputation: 21
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
Upvotes: 2