[root@es ~]# curl -H "Content-Type:application/json" -XPOST "http://127.0.0.1:9200/t_base_student/doc/_mapping?pretty" -d '{
"properties": {
"amount":{
"type":"integer"
}
} }'
05-11 13:57