1、核心的数据类型
string, byte,short,integer,long,
float,double, boolean, date
2、dynamic mapping
true or false --> boolean
123 --> long
123.45 --> double
2017-01-01 --> date
"hello world" --> string/text
3、查看mapping
GET /index/_mapping