hn_spring/doc/es/1.0.index
2024-05-15 15:52:13 +08:00

60 lines
776 B
Plaintext

公共库 mapping
PUT knowledge-public
{"mappings": {
"dynamic": "false",
"properties": {
"id": {
"type": "long"
},
"title": {
"type": "text",
"analyzer": "ik_max_word",
"search_analyzer": "ik_smart"
},
"content": {
"type": "text",
"analyzer": "ik_smart",
"search_analyzer": "ik_smart"
},
"createTime": {
"type": "long"
},
"createById": {
"type": "keyword"
},
"createByName": {
"type": "keyword"
},
"updateTime": {
"type": "long"
},
"updateById": {
"type": "keyword"
},
"updateByName": {
"type": "keyword"
},
"categoryId": {
"type": "long"
},
"baseId": {
"type": "long"
},
"deptId":{
"type":"keyword"
},
"resourcesList": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword"
}}},
"collectionUsers": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword"
}}}}}}