关于ES数据库报错:
ElasticsearchStatusException[Elasticsearch exception [type=mapper_parsing_exception, reason=failed to parse field [cei_location_geo_str] of type [geo_point]]]; nested: ElasticsearchException[Elasticsearch exception [type=illegal_argument_exception, reason=illegal latitude value [121.517828] for cei_location_geo_str]];
问题参考:https://blog.youkuaiyun.com/z69183787/article/details/105559022/
问题解析是存入经纬度字符串的时候报错纬度超出90度范围,geo_point类型存入字符串数据是纬度在前经度在后,而数组是经度在前纬度在后