bbossgroups/bboss-elasticsearch

兼容elasticsearch 7.6的updateDocument的问题

Closed this issue · 3 comments

你好!在开发的过程中,我的elasticsearch 版本是7.6,发现updateDocument时出现异常,发送的接口是indexName/_doc/_update/documentId,elasticsearch 7.6部分更新的接口是indexName/_update/document

你好!在开发的过程中,我的elasticsearch 版本是7.6,发现updateDocument时出现异常,发送的接口是indexName/_doc/_update/documentId,elasticsearch 7.6部分更新的接口是indexName/_update/document

最新版本不存在这个问题,建议参考下面的文档,升级bboss到最新版本:
https://esdoc.bbossgroups.com/#/changelog

我使用的是这个接口 public String updateDocument(Object documentId,Object params) throws ElasticSearchException; 来修改,结果还是报了{"error":"no handler found for uri [/classroom/_doc/_update/3] and method [POST]"} 这个错误,bboss版本是6.0.5

我使用的是这个接口 public String updateDocument(Object documentId,Object params) throws ElasticSearchException; 来修改,结果还是报了{"error":"no handler found for uri [/classroom/_doc/_update/3] and method [POST]"} 这个错误,bboss版本是6.0.5

这个方法确实存在你说的问题,已经修复,代码已经提交并推送maven**库,参考文档升级:

https://esdoc.bbossgroups.com/#/changelog