IllegalStateException for mixing up field types

断了今生、忘了曾经 提交于 2019-12-06 07:22:40

_id is a reserved field. Try to remove the following line ("_id": "f212949c-7b67-45db-9f76-fe18bf951722") from the TMPOI_TEMPLATE and find another way to pass the document id. Hope it helps.

DG56

You'll need to delete _id from the document itself.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!