ElasticSearch无法创建索引

时间:2017-04-04 18:59:53

标签: elasticsearch neo4j graphaware

我正在尝试使用图形neo4j-to-elastic插件集成Neo4j和ElasticSearch。参考:https://github.com/graphaware/neo4j-to-elasticsearch

neo4j和elastic的当前版本分别为3.1.2和2.4.2。我已经启动了elasticsearch服务器并在端口9200和9300上运行。

按照上述步骤操作后,我重新启动neo4j并收到错误

$custom_field_data

我无法理解为什么会收到此错误?

1 个答案:

答案 0 :(得分:0)

elasticsearch的端口9200用于ReST API,9300用于Java API。因此需要使用9200,而不是9300。

在neo4j.conf中配置它应该是: 的 com.graphaware.module.ES.port = 9200