The error message indicates that there is an issue with the mapping of the sourceJSON field in the es_journal index. The Elasticsearch server is unable to parse the mapping because there is no handler specified for the Object type on the sourceJSON field.

To resolve this issue, you need to update the mapping of the es_journal index to include a proper handler for the sourceJSON field. You may need to specify the correct data type or adjust the mapping configuration for the sourceJSON field.

Once the mapping is updated, you should be able to create the es_journal index successfully without encountering this error.

requestjs69 Uncaught in promise Error 索引es_journal创建失败Elasticsearch exception type=mapper_parsing_exception reason=Failed to parse mapping _doc No handler for type Object declared on field sourceJSON;

原文地址: https://www.cveoy.top/t/topic/i9h0 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录