Elasticsearch 6与7区别:命令创建mapping中的type
Es6:{
"mappings": {
"doc": {
"properties": {
"a": {
"properties": {
"b": {
"type": "text",
"fields":……