{
"mappings": {
"properties": {
"complexLabelId": {
"type": "integer"
},
"createTime": {
"type": "date",
"format": "yyyy-MM-dd HH:mm:ss"
},
"deleted": {
"type": "integer"
},
"name": {
"type": "text",
"analyzer": "by_smart",
"search_analyzer": "by_smart"
},
"type": {
"type": "keyword"
},
"typeName": {
"type": "keyword"
}
}
},
"settings": {
"index": {
"number_of_shards": "2",
"analysis": {
"analyzer": {
"by_smart": {
"filter": [
"stop"
],
"type": "custom",
"tokenizer": "ik_smart"
}
}
},
"number_of_replicas": "1"
}
}
}
ES 创建索引Template
最新推荐文章于 2025-04-08 14:17:47 发布