稀饭_0004
2018-12-17 18:33
还有这种"@"符号的,数据是从数据库中导入的。
{
"_index": "index",
"_type": "type",
"_id": "id",
"_score": 1,
"_source": {
"type": "",
"LegalPerson": "",
"CreatedDate": "2018-09-12T17:08:00.000Z",
"SocialCreditCode": "",
"EntName": "",
"EntName_Confirm": "",
"Region": "",
"@version": "",
"@timestamp": ""
}
自问自答吧,从数据库中导入到ES的时候可以指定字段别名,这样就不存在首字母大写的了
用Java代码进行插入,首字母为小写的,如“region”。查询数据则为null。
ElasticSearch入门
67740 学习 · 302 问题
相似问题