问答详情
源自:-

字段为大写的怎么处理,写别名注解吗?

还有这种"@"符号的,数据是从数据库中导入的。 

{

                "_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": ""

                }


提问者:稀饭_0004 2018-12-17 18:33

个回答

  • 稀饭_0004
    2018-12-19 11:17:57

    自问自答吧,从数据库中导入到ES的时候可以指定字段别名,这样就不存在首字母大写的了

  • 稀饭_0004
    2018-12-17 18:35:32

    用Java代码进行插入,首字母为小写的,如“region”。查询数据则为null。