codelibs / elasticsearch-river-web

Web Crawler for Elasticsearch
Apache License 2.0
234 stars 57 forks source link

Can use river web with ES 5.0.0 ? #124

Open iDongkil opened 7 years ago

iDongkil commented 7 years ago

I am using ES5.0.0. But river web can not connect to ES. Following is my config and error messages. Is there any plan for ES5.0.0?

[config]

lasta_di.smart.deploy.mode = warm

Elasticsearch

elasticsearch.hosts=localhost:9300

Config Index

config.index=.riber_web config.type=config queue.type=queue

[Error message]

2016-11-13 00:04:33,318 [elasticsearch[Lady Deathstrike][generic][T#1]] INFO [Lady Deathstrike] failed to get node info for {#transport#-1}{127.0.0.1}{127.0.0.1:9300}, disconnecting... NodeDisconnectedException[[][127.0.0.1:9300][cluster:monitor/nodes/liveness] disconnected]

Help...

dfernandezm commented 7 years ago

+1 Same here, got error:

Received message from unsupported version: [2.0.0] minimal compatible version is: [5.0.0]
nacimgoura commented 7 years ago

Still no answer? I saw that he used it with fess (https://github.com/codelibs/fess)

marevol commented 7 years ago

River Web is OSS and any contribution is welcome. Our development resources focus on Fess. To update River Web, ask N2SM, Inc. service.

nacimgoura commented 7 years ago

Thank you for your help!