我在linux上运行了ElasticSearch 2.2。我在同一个netowrk中的另一个VM上运行ManifoldCF 2.3。使用ManifoldCF的浏览器UI,我添加了ElasticSearch输出连接器,当我保存它时,会得到连接器状态中的一个错误:
Name: Elastic
Description: Elastic search
Connection type: ElasticSearch
Max connections: 10
Server Location (URL): http://<IP_ADDRESS>:9200
Index name: index
Index type: sharepoint
Use mapper-attachments: false
Content field name: contentfield
Connection status: ERROR "root_cause":["type":"illegal_argument_exception"有什么想法吗?
发布于 2016-02-09 15:19:30
进一步查看ElasticSearch日志,我看到以下错误:
/_status Params: {index=_status}
java.lang.IllegalArgumentException: No feature for name [_status]谷歌对No feature for name [_status]的搜索导致ES文档显示州
索引_status API已被索引统计和索引恢复API所取代。
看起来manifoldCF的ES连接器与ES v.2不完全兼容。
但是,我刚刚测试了它--尽管出现了错误,连接器仍然工作正常。因此,如果您看到同样的问题,只需忽略它,直到ManufoldCF开发人员修复它。
我在这个问题上向Apache提交了bug:连接器-1272
发布于 2016-02-09 20:55:22
有一个带有补丁的ManifoldCF票证(连接器-1272);解决此问题的方法将在MCF2.4中发布。
https://stackoverflow.com/questions/35281379
复制相似问题